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

Unified Diff: Source/WebCore/dom/TouchEvent.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
« no previous file with comments | « Source/WebCore/dom/TextEvent.cpp ('k') | Source/WebCore/dom/TransitionEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/TouchEvent.cpp
diff --git a/Source/WebCore/dom/TouchEvent.cpp b/Source/WebCore/dom/TouchEvent.cpp
index 0c5c6dcd8f570fd57f3b549f47119148739e02ff..6c17bf8b24b2a97dbc3ef3e83daf7dd9f2f50284 100644
--- a/Source/WebCore/dom/TouchEvent.cpp
+++ b/Source/WebCore/dom/TouchEvent.cpp
@@ -39,6 +39,7 @@ namespace WebCore {
TouchEvent::TouchEvent()
{
+ ScriptWrappable::init(this);
}
TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches,
@@ -59,6 +60,7 @@ TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches,
TouchEvent::~TouchEvent()
{
+ ScriptWrappable::init(this);
}
void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches,
« no previous file with comments | « Source/WebCore/dom/TextEvent.cpp ('k') | Source/WebCore/dom/TransitionEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698