git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2011-03-15 Andrey Kosyakov <caseq@chromium.org>
[WebKit-https.git]
/
Source
/
WebCore
/
inspector
/
front-end
/
ExtensionAPI.js
diff --git
a/Source/WebCore/inspector/front-end/ExtensionAPI.js
b/Source/WebCore/inspector/front-end/ExtensionAPI.js
index
6a11d62
..
ea7324c
100644
(file)
--- a/
Source/WebCore/inspector/front-end/ExtensionAPI.js
+++ b/
Source/WebCore/inspector/front-end/ExtensionAPI.js
@@
-516,5
+516,7
@@
var WatchExpressionSidebarPane = declareInterfaceClass(WatchExpressionSidebarPan
var extensionServer = new ExtensionServerClient();
webInspector = new InspectorExtensionAPI();
+experimental = window.experimental || {};
+experimental.webInspector = webInspector;
}