| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 2d6201d5b01abc6ac2bbb207212e0b1f706e6fce..d7b04fcab5fa1dbc309d3207f0f938d954a29ac7 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -109,6 +109,7 @@
|
| #include "core/rendering/RenderView.h"
|
| #include "core/rendering/compositing/CompositedLayerMapping.h"
|
| #include "core/rendering/compositing/RenderLayerCompositor.h"
|
| +#include "core/testing/DictionaryTest.h"
|
| #include "core/testing/GCObservation.h"
|
| #include "core/testing/InternalProfilers.h"
|
| #include "core/testing/InternalSettings.h"
|
| @@ -1822,6 +1823,11 @@ PrivateScriptTest* Internals::privateScriptTest() const
|
| return PrivateScriptTest::create(frame());
|
| }
|
|
|
| +DictionaryTest* Internals::dictionaryTest() const
|
| +{
|
| + return DictionaryTest::create();
|
| +}
|
| +
|
| Vector<String> Internals::getReferencedFilePaths() const
|
| {
|
| return frame()->loader().currentItem()->getReferencedFilePaths();
|
|
|