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

Unified Diff: Source/core/html/ValidityState.h

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/html/TimeRanges.cpp ('k') | Source/core/html/canvas/ANGLEInstancedArrays.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/ValidityState.h
diff --git a/Source/core/html/ValidityState.h b/Source/core/html/ValidityState.h
index 0273142091d9caff9dc23472063d5545e21067e1..e79344f44aead57e726ef7607ae2bb61190483e9 100644
--- a/Source/core/html/ValidityState.h
+++ b/Source/core/html/ValidityState.h
@@ -62,10 +62,8 @@ public:
bool valid() const;
private:
- explicit ValidityState(FormAssociatedElement* control) : m_control(control)
- {
- ScriptWrappable::init(this);
- }
+ explicit ValidityState(FormAssociatedElement* control)
+ : m_control(control) { }
RawPtrWillBeMember<FormAssociatedElement> m_control;
};
« no previous file with comments | « Source/core/html/TimeRanges.cpp ('k') | Source/core/html/canvas/ANGLEInstancedArrays.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698