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 f2cd30de8055516508313e77fbfef2ac588633df..bdc3d9e62e8fd902d5d3ef887e8c9518c6eedaf6 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; |
@@ -283,6 +284,7 @@ public: |
PrivateScriptTest* privateScriptTest() const; |
DictionaryTest* dictionaryTest() const; |
UnionTypesTest* unionTypesTest() const; |
+ CallbackFunctionTest* callbackFunctionTest() const; |
Vector<String> getReferencedFilePaths() const; |