| Index: third_party/WebKit/WebCore/inspector/front-end/inspector.js
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/inspector/front-end/inspector.js (revision 9391)
|
| +++ third_party/WebKit/WebCore/inspector/front-end/inspector.js (working copy)
|
| @@ -796,6 +796,11 @@
|
| this.panels.databases.addDatabase(database);
|
| }
|
|
|
| +WebInspector.addDOMStorage = function(domStorage)
|
| +{
|
| + this.panels.databases.addDOMStorage(domStorage);
|
| +}
|
| +
|
| WebInspector.debuggerWasEnabled = function()
|
| {
|
| this.panels.scripts.debuggerWasEnabled();
|
|
|