File tree Expand file tree Collapse file tree 3 files changed +1
-30
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree 3 files changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,6 @@ final class Frame implements \JsonSerializable
109
109
*/
110
110
public $ gatedAPIFeatures ;
111
111
112
- /**
113
- * Frame document's origin trials with at least one token present.
114
- *
115
- * @var OriginTrial[]|null
116
- */
117
- public $ originTrials ;
118
-
119
112
120
113
public static function fromJson ($ data )
121
114
{
@@ -168,12 +161,6 @@ public static function fromJson($data)
168
161
}
169
162
}
170
163
}
171
- if (isset ($ data ->originTrials )) {
172
- $ instance ->originTrials = [];
173
- foreach ($ data ->originTrials as $ item ) {
174
- $ instance ->originTrials [] = OriginTrial::fromJson ($ item );
175
- }
176
- }
177
164
return $ instance ;
178
165
}
179
166
@@ -229,12 +216,6 @@ public function jsonSerialize()
229
216
}
230
217
}
231
218
}
232
- if ($ this ->originTrials !== null ) {
233
- $ data ->originTrials = [];
234
- foreach ($ this ->originTrials as $ item ) {
235
- $ data ->originTrials [] = $ item ->jsonSerialize ();
236
- }
237
- }
238
219
return $ data ;
239
220
}
240
221
}
Original file line number Diff line number Diff line change 17029
17029
"items": {
17030
17030
"$ref": "GatedAPIFeatures"
17031
17031
}
17032
- },
17033
- {
17034
- "name": "originTrials",
17035
- "description": "Frame document's origin trials with at least one token present.",
17036
- "experimental": true,
17037
- "optional": true,
17038
- "type": "array",
17039
- "items": {
17040
- "$ref": "OriginTrial"
17041
- }
17042
17032
}
17043
17033
]
17044
17034
},
Original file line number Diff line number Diff line change 1
- 312578acb98b279d2559a64f67bdf1d7 protocol.json
1
+ 33819f8fde6202f249f6d4bf79e455e8 protocol.json
You can’t perform that action at this time.
0 commit comments