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

Unified Diff: Source/core/dom/Iterator.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/dom/Element.cpp ('k') | Source/core/dom/MessageChannel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Iterator.h
diff --git a/Source/core/dom/Iterator.h b/Source/core/dom/Iterator.h
index 27f9125ae9739a13a9cd91a5fea7a0afec57cbec..85620c099a550cda309f43c21f8cb47e56a44cc9 100644
--- a/Source/core/dom/Iterator.h
+++ b/Source/core/dom/Iterator.h
@@ -16,7 +16,7 @@ class ExceptionState;
class Iterator : public GarbageCollectedFinalized<Iterator>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
- Iterator() { ScriptWrappable::init(this); }
+ Iterator() { }
virtual ~Iterator() { }
virtual ScriptValue next(ScriptState*, ExceptionState&) = 0;
@@ -28,5 +28,4 @@ public:
} // namespace blink
-#endif
-
+#endif // Iterator_h
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/dom/MessageChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698