Skip to content

Commit e3cf7af

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 783235c commit e3cf7af

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Page/Frame.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ final class Frame implements \JsonSerializable
109109
*/
110110
public $gatedAPIFeatures;
111111

112-
/**
113-
* Frame document's origin trials with at least one token present.
114-
*
115-
* @var OriginTrial[]|null
116-
*/
117-
public $originTrials;
118-
119112

120113
public static function fromJson($data)
121114
{
@@ -168,12 +161,6 @@ public static function fromJson($data)
168161
}
169162
}
170163
}
171-
if (isset($data->originTrials)) {
172-
$instance->originTrials = [];
173-
foreach ($data->originTrials as $item) {
174-
$instance->originTrials[] = OriginTrial::fromJson($item);
175-
}
176-
}
177164
return $instance;
178165
}
179166

@@ -229,12 +216,6 @@ public function jsonSerialize()
229216
}
230217
}
231218
}
232-
if ($this->originTrials !== null) {
233-
$data->originTrials = [];
234-
foreach ($this->originTrials as $item) {
235-
$data->originTrials[] = $item->jsonSerialize();
236-
}
237-
}
238219
return $data;
239220
}
240221
}

protocol.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17029,16 +17029,6 @@
1702917029
"items": {
1703017030
"$ref": "GatedAPIFeatures"
1703117031
}
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-
}
1704217032
}
1704317033
]
1704417034
},

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
312578acb98b279d2559a64f67bdf1d7 protocol.json
1+
33819f8fde6202f249f6d4bf79e455e8 protocol.json

0 commit comments

Comments
 (0)