| 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 fb09bd359b5790adf3e50de0efea493c9d9e5c93..11016b31e6edbdb3833f93113e420a01f0710d1c 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"
|
| @@ -1957,6 +1958,11 @@ UnionTypesTest* Internals::unionTypesTest() const
|
| return UnionTypesTest::create();
|
| }
|
|
|
| +CallbackFunctionTest* Internals::callbackFunctionTest() const
|
| +{
|
| + return CallbackFunctionTest::create();
|
| +}
|
| +
|
| Vector<String> Internals::getReferencedFilePaths() const
|
| {
|
| if (!frame())
|
|
|