Title: [88338] trunk/Source/WebCore
Revision
88338
Author
[email protected]
Date
2011-06-08 05:18:12 -0700 (Wed, 08 Jun 2011)

Log Message

2011-06-08  Pavel Podivilov  <[email protected]>

        Reviewed by Yury Semikhatsky.

        Web Inspector: [REGRESSION] breakpoints are not persisted.
        https://bugs.webkit.org/show_bug.cgi?id=62273

        * inspector/front-end/Settings.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88337 => 88338)


--- trunk/Source/WebCore/ChangeLog	2011-06-08 11:31:54 UTC (rev 88337)
+++ trunk/Source/WebCore/ChangeLog	2011-06-08 12:18:12 UTC (rev 88338)
@@ -1,3 +1,12 @@
+2011-06-08  Pavel Podivilov  <[email protected]>
+
+        Reviewed by Yury Semikhatsky.
+
+        Web Inspector: [REGRESSION] breakpoints are not persisted.
+        https://bugs.webkit.org/show_bug.cgi?id=62273
+
+        * inspector/front-end/Settings.js:
+
 2011-06-08  Alexander Pavlov  <[email protected]>
 
         Reviewed by Yury Semikhatsky.

Modified: trunk/Source/WebCore/inspector/front-end/Settings.js (88337 => 88338)


--- trunk/Source/WebCore/inspector/front-end/Settings.js	2011-06-08 11:31:54 UTC (rev 88337)
+++ trunk/Source/WebCore/inspector/front-end/Settings.js	2011-06-08 12:18:12 UTC (rev 88338)
@@ -81,7 +81,7 @@
     this._migrateSettings();
 }
 
-WebInspector.Settings.version = 1;
+WebInspector.Settings.version = "1";
 
 WebInspector.Settings.prototype = {
     installApplicationSetting: function(key, defaultValue)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to