Changeset 85272 in webkit


Ignore:
Timestamp:
Apr 28, 2011 5:36:22 PM (13 years ago)
Author:
loislo@chromium.org
Message:

2011-04-28 Ilya Tikhonovsky <loislo@chromium.org>

Unreviewed trivial one-line fix inspired by wrong patch for https://bugs.webkit.org/show_bug.cgi?id=59630.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r85269 r85272  
     12011-04-28  Ilya Tikhonovsky  <loislo@chromium.org>
     2
     3        Unreviewed trivial one-line fix inspired by wrong patch for https://bugs.webkit.org/show_bug.cgi?id=59630.
     4
     5        * inspector/front-end/Settings.js:
     6        (WebInspector.Settings):
     7
    182011-04-28  Beth Dakin  <bdakin@apple.com>
    29
  • trunk/Source/WebCore/inspector/front-end/Settings.js

    r84358 r85272  
    6565    this.installApplicationSetting("lastViewedScriptFile", "application");
    6666    this.installApplicationSetting("monitoringXHREnabled", false);
    67     this.installApplicationSetting("pauseOnExceptionState", WebInspector.ScriptsPanel.PauseOnExceptionsState.DontPauseOnExceptions);
     67    this.installApplicationSetting("pauseOnExceptionStateString", WebInspector.ScriptsPanel.PauseOnExceptionsState.DontPauseOnExceptions);
    6868    this.installApplicationSetting("resourcesLargeRows", true);
    6969    this.installApplicationSetting("resourcesSortOptions", {timeOption: "responseTime", sizeOption: "transferSize"});
Note: See TracChangeset for help on using the changeset viewer.