Title: [87744] trunk/Source/WebCore
- Revision
- 87744
- Author
- [email protected]
- Date
- 2011-05-31 11:53:57 -0700 (Tue, 31 May 2011)
Log Message
2011-05-31 Joseph Pecoraro <[email protected]>
Reviewed by Pavel Feldman.
Web Inspector: Missing InspectorFrontendHost.saveSessionSetting function
https://bugs.webkit.org/show_bug.cgi?id=61751
Add missing stub function causing an error on load.
* inspector/front-end/InspectorFrontendHostStub.js:
(.WebInspector.InspectorFrontendHostStub.prototype.saveSessionSetting):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (87743 => 87744)
--- trunk/Source/WebCore/ChangeLog 2011-05-31 18:16:13 UTC (rev 87743)
+++ trunk/Source/WebCore/ChangeLog 2011-05-31 18:53:57 UTC (rev 87744)
@@ -1,3 +1,15 @@
+2011-05-31 Joseph Pecoraro <[email protected]>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: Missing InspectorFrontendHost.saveSessionSetting function
+ https://bugs.webkit.org/show_bug.cgi?id=61751
+
+ Add missing stub function causing an error on load.
+
+ * inspector/front-end/InspectorFrontendHostStub.js:
+ (.WebInspector.InspectorFrontendHostStub.prototype.saveSessionSetting):
+
2011-05-31 Abhishek Arya <[email protected]>
Reviewed by Dimitri Glazkov.
Modified: trunk/Source/WebCore/inspector/front-end/InspectorFrontendHostStub.js (87743 => 87744)
--- trunk/Source/WebCore/inspector/front-end/InspectorFrontendHostStub.js 2011-05-31 18:16:13 UTC (rev 87743)
+++ trunk/Source/WebCore/inspector/front-end/InspectorFrontendHostStub.js 2011-05-31 18:53:57 UTC (rev 87744)
@@ -138,8 +138,12 @@
{
},
- loadSessionSetting: function()
+ saveSessionSetting: function(key, value)
{
+ },
+
+ loadSessionSetting: function(key)
+ {
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes