diff options
-rw-r--r-- | webkit/glue/devtools/js/inspector_controller_impl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/devtools/js/inspector_controller_impl.js b/webkit/glue/devtools/js/inspector_controller_impl.js index eda3e4e..e327bc3 100644 --- a/webkit/glue/devtools/js/inspector_controller_impl.js +++ b/webkit/glue/devtools/js/inspector_controller_impl.js @@ -30,9 +30,12 @@ devtools.InspectorControllerImpl = function() { this.installInspectorControllerDelegate_('releaseWrapperObjectGroup'); this.installInspectorControllerDelegate_('removeAttribute'); this.installInspectorControllerDelegate_('setAttribute'); + this.installInspectorControllerDelegate_('setDOMStorageItem'); this.installInspectorControllerDelegate_('setSetting'); this.installInspectorControllerDelegate_('setTextNodeValue'); this.installInspectorControllerDelegate_('setting'); + this.installInspectorControllerDelegate_('startTimelineProfiler'); + this.installInspectorControllerDelegate_('stopTimelineProfiler'); this.installInspectorControllerDelegate_('storeLastActivePanel'); }; goog.inherits(devtools.InspectorControllerImpl, |