Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js |
index 551509c387469b2067a2305b2a41b94ee645449a..db265278b540c4e6c39189125cbcf83d74ac6799 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js |
+++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js |
@@ -46,7 +46,7 @@ WebInspector.InspectorFrontendHostStub = function() |
event.stopPropagation(); |
} |
document.addEventListener("keydown", stopEventPropagation, true); |
-} |
+}; |
WebInspector.InspectorFrontendHostStub.prototype = { |
/** |
@@ -558,7 +558,7 @@ window.InspectorFrontendHost = InspectorFrontendHost; |
{ |
WebInspector.ResourceLoader.streamWrite(id, chunk); |
} |
- } |
+ }; |
// FIXME: This file is included into both apps, since the devtools_app needs the InspectorFrontendHostAPI only, |
// so the host instance should not initialized there. |