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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestLegacyCallbackInterface.h

Issue 2837923003: Make NodeFilter a legacy callback interface. (Closed)
Patch Set: templates.gni, etc. Created 3 years, 8 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/bindings/tests/results/core/V8TestLegacyCallbackInterface.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestLegacyCallbackInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestLegacyCallbackInterface.h
new file mode 100644
index 0000000000000000000000000000000000000000..43111d88a35953057bd6b2f514027d9952639a28
--- /dev/null
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestLegacyCallbackInterface.h
@@ -0,0 +1,30 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// This file has been auto-generated by code_generator_v8.py.
+// DO NOT MODIFY!
+
+// This file has been generated from the Jinja2 template in
+// third_party/WebKit/Source/bindings/templates/legacy_callback_interface.h.tmpl
+
+// clang-format off
+#ifndef V8TestLegacyCallbackInterface_h
+#define V8TestLegacyCallbackInterface_h
+
+#include "bindings/core/v8/DOMWrapperWorld.h"
+#include "bindings/core/v8/ScopedPersistent.h"
+#include "bindings/tests/idls/core/TestLegacyCallbackInterface.h"
+#include "core/CoreExport.h"
+
+namespace blink {
+
+class V8TestLegacyCallbackInterface final {
+ STATIC_ONLY(V8TestLegacyCallbackInterface);
+ public:
+ static v8::Local<v8::FunctionTemplate> DomTemplate(v8::Isolate*, const DOMWrapperWorld&);
+ CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
+ CORE_EXPORT static void TypeErrorConstructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
+};
+}
+#endif // V8TestLegacyCallbackInterface_h

Powered by Google App Engine
This is Rietveld 408576698