| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 4d905bdf4c91e233e7ac6516338196035415af08..5abd7ac793af2ae01452a002c1563649e43f6359 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -1793,7 +1793,7 @@ TypeConversions* Internals::typeConversions() const
|
|
|
| PrivateScriptTest* Internals::privateScriptTest() const
|
| {
|
| - return PrivateScriptTest::create(frame());
|
| + return PrivateScriptTest::create(frame()->document());
|
| }
|
|
|
| DictionaryTest* Internals::dictionaryTest() const
|
|
|