| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 8c8f8c9878051009462cb127ceec2976c63b22ca..f7321ad9c0d79558d6b5c0025fedcbe632235c46 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -63,6 +63,7 @@ class MallocStatistics;
|
| class Node;
|
| class Page;
|
| class PagePopupController;
|
| +class PrivateScriptTest;
|
| class Range;
|
| class SerializedScriptValue;
|
| class StaticNodeList;
|
| @@ -264,6 +265,7 @@ public:
|
|
|
| PassRefPtrWillBeRawPtr<MallocStatistics> mallocStatistics() const;
|
| PassRefPtrWillBeRawPtr<TypeConversions> typeConversions() const;
|
| + PrivateScriptTest* privateScriptTest() const;
|
|
|
| Vector<String> getReferencedFilePaths() const;
|
|
|
|
|