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 |