Title: [105707] trunk/Source/WebCore
- Revision
- 105707
- Author
- [email protected]
- Date
- 2012-01-24 01:25:38 -0800 (Tue, 24 Jan 2012)
Log Message
Web Inspector: fix sticky DOM breakpoints.
https://bugs.webkit.org/show_bug.cgi?id=64437
Reviewed by Yury Semikhatsky.
* inspector/front-end/DOMBreakpointsSidebarPane.js:
(WebInspector.DOMBreakpointsSidebarPane.prototype._inspectedURLChanged):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (105706 => 105707)
--- trunk/Source/WebCore/ChangeLog 2012-01-24 09:19:50 UTC (rev 105706)
+++ trunk/Source/WebCore/ChangeLog 2012-01-24 09:25:38 UTC (rev 105707)
@@ -1,3 +1,13 @@
+2012-01-23 Pavel Podivilov <[email protected]>
+
+ Web Inspector: fix sticky DOM breakpoints.
+ https://bugs.webkit.org/show_bug.cgi?id=64437
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/front-end/DOMBreakpointsSidebarPane.js:
+ (WebInspector.DOMBreakpointsSidebarPane.prototype._inspectedURLChanged):
+
2012-01-24 Gregg Tavares <[email protected]>
Expose WebGL texture compression methods on WebGLRenderingContext
Modified: trunk/Source/WebCore/inspector/front-end/DOMBreakpointsSidebarPane.js (105706 => 105707)
--- trunk/Source/WebCore/inspector/front-end/DOMBreakpointsSidebarPane.js 2012-01-24 09:19:50 UTC (rev 105706)
+++ trunk/Source/WebCore/inspector/front-end/DOMBreakpointsSidebarPane.js 2012-01-24 09:25:38 UTC (rev 105707)
@@ -60,6 +60,7 @@
WebInspector.DOMBreakpointsSidebarPane.prototype = {
_inspectedURLChanged: function(event)
{
+ this._breakpointElements = {};
this._reset();
var url = ""
this._inspectedURL = url.removeURLFragment();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes