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

Unified Diff: Source/core/events/MutationEvent.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 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/core/events/MouseEvent.cpp ('k') | Source/core/events/OverflowEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/MutationEvent.cpp
diff --git a/Source/core/events/MutationEvent.cpp b/Source/core/events/MutationEvent.cpp
index d54e85b5beb1438a51385329ea6416cce3802125..d3a37d7383126af5bd9828d81466b49d0b621af9 100644
--- a/Source/core/events/MutationEvent.cpp
+++ b/Source/core/events/MutationEvent.cpp
@@ -28,7 +28,6 @@ namespace blink {
MutationEvent::MutationEvent()
: m_attrChange(0)
{
- ScriptWrappable::init(this);
}
MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Node> relatedNode,
@@ -41,7 +40,6 @@ MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool canc
, m_attrName(attrName)
, m_attrChange(attrChange)
{
- ScriptWrappable::init(this);
}
MutationEvent::~MutationEvent()
« no previous file with comments | « Source/core/events/MouseEvent.cpp ('k') | Source/core/events/OverflowEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698