| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index cf16a597b75703c1e2b563a0776da60578e8e223..8ff0560904f89880f98188159ee8a5964db3355b 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -42,6 +42,7 @@
|
|
|
| namespace blink {
|
|
|
| +class CallbackFunctionTest;
|
| class CanvasRenderingContext;
|
| class ClientRect;
|
| class ClientRectList;
|
| @@ -282,6 +283,7 @@ public:
|
| PrivateScriptTest* privateScriptTest() const;
|
| DictionaryTest* dictionaryTest() const;
|
| UnionTypesTest* unionTypesTest() const;
|
| + CallbackFunctionTest* callbackFunctionTest() const;
|
|
|
| Vector<String> getReferencedFilePaths() const;
|
|
|
|
|