Changeset 87744 in webkit


Ignore:
Timestamp:
May 31, 2011 11:53:57 AM (13 years ago)
Author:
Joseph Pecoraro
Message:

2011-05-31 Joseph Pecoraro <Joseph Pecoraro>

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):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r87743 r87744  
     12011-05-31  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        Web Inspector: Missing InspectorFrontendHost.saveSessionSetting function
     6        https://bugs.webkit.org/show_bug.cgi?id=61751
     7
     8        Add missing stub function causing an error on load.
     9
     10        * inspector/front-end/InspectorFrontendHostStub.js:
     11        (.WebInspector.InspectorFrontendHostStub.prototype.saveSessionSetting):
     12
    1132011-05-31  Abhishek Arya  <inferno@chromium.org>
    214
  • trunk/Source/WebCore/inspector/front-end/InspectorFrontendHostStub.js

    r84358 r87744  
    139139    },
    140140
    141     loadSessionSetting: function()
     141    saveSessionSetting: function(key, value)
     142    {
     143    },
     144
     145    loadSessionSetting: function(key)
    142146    {
    143147    }
Note: See TracChangeset for help on using the changeset viewer.