Index: third_party/WebKit/Source/core/testing/Internals.cpp |
diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp |
index c1649019cf2650b5694fe53b79a3a1cb984c5a5b..7fb6227c700e94e6987c7a92c372f9c3844c31f4 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.cpp |
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp |
@@ -116,6 +116,7 @@ |
#include "core/page/scrolling/ScrollState.h" |
#include "core/paint/PaintLayer.h" |
#include "core/svg/SVGImageElement.h" |
+#include "core/testing/CallbackFunctionTest.h" |
#include "core/testing/DictionaryTest.h" |
#include "core/testing/GCObservation.h" |
#include "core/testing/InternalRuntimeFlags.h" |
@@ -1958,6 +1959,11 @@ UnionTypesTest* Internals::unionTypesTest() const |
return UnionTypesTest::create(); |
} |
+CallbackFunctionTest* Internals::callbackFunctionTest() const |
+{ |
+ return CallbackFunctionTest::create(); |
+} |
+ |
Vector<String> Internals::getReferencedFilePaths() const |
{ |
if (!frame()) |