| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 37e5d67b7f9997ac1645f11bb5344398872f23e2..3959947076897c727813f64d14df2dd31f1b6425 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -48,6 +48,7 @@ class ClientRectList;
|
| class WebKitPoint;
|
| class DOMStringList;
|
| class LocalDOMWindow;
|
| +class DictionaryTest;
|
| class Document;
|
| class DocumentMarker;
|
| class Element;
|
| @@ -261,6 +262,7 @@ public:
|
|
|
| PassRefPtrWillBeRawPtr<TypeConversions> typeConversions() const;
|
| PrivateScriptTest* privateScriptTest() const;
|
| + DictionaryTest* dictionaryTest() const;
|
|
|
| Vector<String> getReferencedFilePaths() const;
|
|
|
|
|