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

Unified Diff: Source/bindings/tests/results/core/V8TestPermissiveDictionary.h

Issue 795833004: Use dictionaries for context creation attributes. Eliminate custom bindings. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years 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/core/V8TestPermissiveDictionary.h
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h b/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
similarity index 50%
copy from Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
copy to Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
index f9ae6c081348ef7be63d023a5c62b476030ef90c..d3f8ea6e2ec82fa2e0377dd85a4a9d1f38d40f2a 100644
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
+++ b/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
@@ -4,37 +4,37 @@
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
-#ifndef V8TestInterfaceEventInit_h
-#define V8TestInterfaceEventInit_h
+#ifndef V8TestPermissiveDictionary_h
+#define V8TestPermissiveDictionary_h
#include "bindings/core/v8/ToV8.h"
#include "bindings/core/v8/V8Binding.h"
-#include "bindings/tests/idls/core/TestInterfaceEventInit.h"
+#include "bindings/tests/idls/core/TestPermissiveDictionary.h"
#include "platform/heap/Handle.h"
namespace blink {
class ExceptionState;
-class V8TestInterfaceEventInit {
+class V8TestPermissiveDictionary {
public:
- static void toImpl(v8::Isolate*, v8::Handle<v8::Value>, TestInterfaceEventInit&, ExceptionState&);
+ static void toImpl(v8::Isolate*, v8::Handle<v8::Value>, TestPermissiveDictionary&, ExceptionState&);
};
-v8::Handle<v8::Value> toV8(const TestInterfaceEventInit&, v8::Handle<v8::Object>, v8::Isolate*);
-void toV8TestInterfaceEventInit(const TestInterfaceEventInit&, v8::Handle<v8::Object> dictionary, v8::Handle<v8::Object> creationContext, v8::Isolate*);
+v8::Handle<v8::Value> toV8(const TestPermissiveDictionary&, v8::Handle<v8::Object>, v8::Isolate*);
+void toV8TestPermissiveDictionary(const TestPermissiveDictionary&, v8::Handle<v8::Object> dictionary, v8::Handle<v8::Object> creationContext, v8::Isolate*);
template<class CallbackInfo>
-inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEventInit& impl)
+inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestPermissiveDictionary& impl)
{
v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
}
template <>
-struct NativeValueTraits<TestInterfaceEventInit> {
- static TestInterfaceEventInit nativeValue(const v8::Handle<v8::Value>&, v8::Isolate*, ExceptionState&);
+struct NativeValueTraits<TestPermissiveDictionary> {
+ static TestPermissiveDictionary nativeValue(const v8::Handle<v8::Value>&, v8::Isolate*, ExceptionState&);
};
} // namespace blink
-#endif // V8TestInterfaceEventInit_h
+#endif // V8TestPermissiveDictionary_h
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698