| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 1caf1146528d1c84ed79adbb7e18504f3f018bf0..7df119462ff05725778b6365c2d56b16140bdbde 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;
|
| @@ -251,6 +252,7 @@ public:
|
|
|
| PassRefPtrWillBeRawPtr<TypeConversions> typeConversions() const;
|
| PrivateScriptTest* privateScriptTest() const;
|
| + DictionaryTest* dictionaryTest() const;
|
|
|
| Vector<String> getReferencedFilePaths() const;
|
|
|
|
|