Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp

Issue 13814002: First part of work to move V8 binding integrity off of vtables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp
diff --git a/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp b/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp
index ec81c15e6492c92dd03428018862e2ff4893454b..761db01d0e08c6258be87f217a95578d2c126f7a 100644
--- a/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp
+++ b/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp
@@ -146,6 +146,7 @@ CanvasRenderingContext2D::~CanvasRenderingContext2D()
#if !ASSERT_DISABLED
unwindStateStack();
#endif
+ ScriptWrappable::init(this);
}
bool CanvasRenderingContext2D::isAccelerated() const
« no previous file with comments | « Source/WebCore/html/canvas/CanvasRenderingContext.cpp ('k') | Source/WebCore/html/canvas/WebGLContextEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698