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 a3ad3a8d7a9e5d3f0aa6982c49efbe780d1691c0..881047694ae372f9051ac3729e68280758a79315 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.cpp |
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp |
@@ -117,6 +117,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" |
@@ -1984,6 +1985,11 @@ UnionTypesTest* Internals::unionTypesTest() const |
return UnionTypesTest::create(); |
} |
+CallbackFunctionTest* Internals::callbackFunctionTest() const |
+{ |
+ return CallbackFunctionTest::create(); |
+} |
+ |
Vector<String> Internals::getReferencedFilePaths() const |
{ |
if (!frame()) |