| Index: Source/core/testing/InternalSettings.cpp
|
| diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp
|
| index eb75113727e0432b08ebb4d460e4c8e1c1a56393..98e71d16779a7c4bd6c9c62d0eb11d8006ec50c5 100644
|
| --- a/Source/core/testing/InternalSettings.cpp
|
| +++ b/Source/core/testing/InternalSettings.cpp
|
| @@ -145,7 +145,6 @@ InternalSettings::InternalSettings(Page& page)
|
| , m_page(&page)
|
| , m_backup(&page.settings())
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| void InternalSettings::resetToConsistentState()
|
|
|