Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: third_party/WebKit/Source/core/testing/Internals.cpp

Issue 2312093003: Generated bindings for IDL callback functions (Closed)
Patch Set: Addressed win failure Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 61c8f550ac6d89bd2682672d8d1daff92ca4c000..48269a4fa03c22c1b1c2d7d72d581201db8f5ab1 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"
@@ -2016,6 +2017,11 @@ OriginTrialsTest* Internals::originTrialsTest() const
return OriginTrialsTest::create();
}
+CallbackFunctionTest* Internals::callbackFunctionTest() const
+{
+ return CallbackFunctionTest::create();
+}
+
Vector<String> Internals::getReferencedFilePaths() const
{
if (!frame())

Powered by Google App Engine
This is Rietveld 408576698