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