Title: [122468] trunk/Source/WebCore
- Revision
- 122468
- Author
- [email protected]
- Date
- 2012-07-12 09:17:46 -0700 (Thu, 12 Jul 2012)
Log Message
Unreviewed r122460 inspector closure compilation fix follow up.
* inspector/front-end/RevisionHistoryView.js:
(WebInspector.RevisionHistoryView):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (122467 => 122468)
--- trunk/Source/WebCore/ChangeLog 2012-07-12 16:01:01 UTC (rev 122467)
+++ trunk/Source/WebCore/ChangeLog 2012-07-12 16:17:46 UTC (rev 122468)
@@ -1,3 +1,10 @@
+2012-07-12 Vsevolod Vlasov <[email protected]>
+
+ Unreviewed r122460 inspector closure compilation fix follow up.
+
+ * inspector/front-end/RevisionHistoryView.js:
+ (WebInspector.RevisionHistoryView):
+
2012-07-12 Ilya Tikhonovsky <[email protected]>
Web Inspector: fix native memory instrumentation code for the bindings instrumentation.
Modified: trunk/Source/WebCore/inspector/front-end/RevisionHistoryView.js (122467 => 122468)
--- trunk/Source/WebCore/inspector/front-end/RevisionHistoryView.js 2012-07-12 16:01:01 UTC (rev 122467)
+++ trunk/Source/WebCore/inspector/front-end/RevisionHistoryView.js 2012-07-12 16:17:46 UTC (rev 122468)
@@ -57,7 +57,7 @@
WebInspector.workspace.addEventListener(WebInspector.Workspace.Events.UISourceCodeContentCommitted, this._revisionAdded, this);
WebInspector.workspace.addEventListener(WebInspector.UISourceCodeProvider.Events.UISourceCodeReplaced, this._uiSourceCodeReplaced, this);
WebInspector.workspace.addEventListener(WebInspector.UISourceCodeProvider.Events.UISourceCodeRemoved, this._uiSourceCodeRemoved, this);
- WebInspector.workspace.addEventListener(WebInspector.Workspace.Events.WorkspaceReset, this._reset.bind(this, false), this);
+ WebInspector.workspace.addEventListener(WebInspector.Workspace.Events.WorkspaceReset, this._reset, this);
this._statusElement = document.createElement("span");
this._statusElement.textContent = WebInspector.UIString("Local modifications");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes