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

Unified Diff: Source/bindings/tests/results/modules/V8TestInterfacePartial.h

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict Created 6 years, 2 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: Source/bindings/tests/results/modules/V8TestInterfacePartial.h
diff --git a/Source/bindings/tests/results/modules/V8TestInterfacePartial.h b/Source/bindings/tests/results/modules/V8TestInterfacePartial.h
new file mode 100644
index 0000000000000000000000000000000000000000..9a00558a7239cda6eeb6f7cfe90ddcc1ffc96a2c
--- /dev/null
+++ b/Source/bindings/tests/results/modules/V8TestInterfacePartial.h
@@ -0,0 +1,28 @@
+// 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!
+
+#ifndef V8TestInterfacePartial_h
+#define V8TestInterfacePartial_h
+
+#include "bindings/core/v8/ScriptWrappable.h"
+#include "bindings/core/v8/V8Binding.h"
+#include "bindings/core/v8/V8DOMWrapper.h"
+#include "bindings/core/v8/WrapperTypeInfo.h"
+#include "bindings/tests/idls/core/TestInterfaceImplementation.h"
+#include "platform/heap/Handle.h"
+
+namespace blink {
+
+class V8TestInterfacePartial {
+public:
+ static void initialize();
+ static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
+ static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*);
+private:
+ static void installV8TestInterfaceTemplate(v8::Handle<v8::FunctionTemplate>, v8::Isolate*);
+};
+}
+#endif // V8TestInterfacePartial_h

Powered by Google App Engine
This is Rietveld 408576698