Title: [139426] trunk/Source/WebCore
Revision
139426
Author
aand...@chromium.org
Date
2013-01-11 03:59:58 -0800 (Fri, 11 Jan 2013)

Log Message

Web Inspector: [Canvas] a minor follow-up to r137262
https://bugs.webkit.org/show_bug.cgi?id=106644

Reviewed by Pavel Feldman.

* inspector/InjectedScriptCanvasModuleSource.js:
(.):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (139425 => 139426)


--- trunk/Source/WebCore/ChangeLog	2013-01-11 11:44:01 UTC (rev 139425)
+++ trunk/Source/WebCore/ChangeLog	2013-01-11 11:59:58 UTC (rev 139426)
@@ -1,3 +1,13 @@
+2013-01-11  Andrey Adaikin  <aand...@chromium.org>
+
+        Web Inspector: [Canvas] a minor follow-up to r137262
+        https://bugs.webkit.org/show_bug.cgi?id=106644
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/InjectedScriptCanvasModuleSource.js:
+        (.):
+
 2013-01-11  Kent Tamura  <tk...@chromium.org>
 
         BaseDateAndTimeInputType should not inherit from TextFieldInputType

Modified: trunk/Source/WebCore/inspector/InjectedScriptCanvasModuleSource.js (139425 => 139426)


--- trunk/Source/WebCore/inspector/InjectedScriptCanvasModuleSource.js	2013-01-11 11:44:01 UTC (rev 139425)
+++ trunk/Source/WebCore/inspector/InjectedScriptCanvasModuleSource.js	2013-01-11 11:59:58 UTC (rev 139426)
@@ -745,6 +745,7 @@
         this._id = data.id;
         this._resourceManager = null;
         this._calls = [];
+        this._boundResources = Object.create(null);
         this._wrappedObject = null;
         cache.put(data.id, this); // Put into the cache early to avoid loops.
         this._doReplayCalls(data, cache);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to