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 80da0e54c63d882edfe365c028e19d9373b3eb78..b92ef576c4d89946b6f80013f06986a00073d617 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" |
@@ -2018,6 +2019,11 @@ OriginTrialsTest* Internals::originTrialsTest() const |
return OriginTrialsTest::create(); |
} |
+CallbackFunctionTest* Internals::callbackFunctionTest() const |
+{ |
+ return CallbackFunctionTest::create(); |
+} |
+ |
Vector<String> Internals::getReferencedFilePaths() const |
{ |
if (!frame()) |