| Index: Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
|
| diff --git a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
|
| index 6e14e2282dff715ddc13be687e0323f3a6c4393c..2df38f0f45f92015962fad572556fae79fcbc649 100644
|
| --- a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
|
| +++ b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
|
| @@ -36,10 +36,7 @@ public:
|
| void trace(Visitor*) { }
|
|
|
| private:
|
| - InternalRuntimeFlags()
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + InternalRuntimeFlags() { }
|
| };
|
|
|
| } // namespace blink
|
|
|