| Index: third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt
|
| index 237503ced6c3f1fa1406af5a2f0f310336ab3cfe..c86f1c4fb0914d7729e8e38230272899eea73a60 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt
|
| @@ -1,6 +1,6 @@
|
| -Tests correctness of code generated by InspectorBackend.
|
| +Tests correctness of code generated by HostedMode.
|
|
|
| -InspectorBackend.registerEnum("Page.ResourceType", {Document: "Document", XHR: "XHR", ConsoleAPI: "console-api", Other: "other"});
|
| -InspectorBackend.registerCommand("Page.addScriptToEvaluateOnLoad", [{"name": "scriptSource", "type": "string", "optional": false}], ["identifier"], false);
|
| -InspectorBackend.registerEvent("Page.domContentEventFired", ["timestamp"]);
|
| +Protocol.registerEnum("Page.ResourceType", {Document: "Document", XHR: "XHR", ConsoleAPI: "console-api", Other: "other"});
|
| +Protocol.registerCommand("Page.addScriptToEvaluateOnLoad", [{"name": "scriptSource", "type": "string", "optional": false}], ["identifier"], false);
|
| +Protocol.registerEvent("Page.domContentEventFired", ["timestamp"]);
|
|
|
|
|