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

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

Issue 1838813002: Separate bindings tests for [OriginTrialEnabled] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@586594-rename-methods
Patch Set: Rebase Created 4 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/V8TestInterfaceOriginTrialEnabled.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.h
similarity index 70%
copy from third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
copy to third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.h
index 53361227002aadc9424c9422de321539d4adee3b..9658064eda50c4703674656450dbf01ccc2f4038 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.h
@@ -4,31 +4,31 @@
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
-#ifndef V8TestSpecialOperationsNotEnumerable_h
-#define V8TestSpecialOperationsNotEnumerable_h
+#ifndef V8TestInterfaceOriginTrialEnabled_h
+#define V8TestInterfaceOriginTrialEnabled_h
#include "bindings/core/v8/ScriptWrappable.h"
#include "bindings/core/v8/ToV8.h"
#include "bindings/core/v8/V8Binding.h"
#include "bindings/core/v8/V8DOMWrapper.h"
#include "bindings/core/v8/WrapperTypeInfo.h"
-#include "bindings/tests/idls/core/TestSpecialOperationsNotEnumerable.h"
+#include "bindings/tests/idls/core/TestInterfaceOriginTrialEnabled.h"
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
namespace blink {
-class V8TestSpecialOperationsNotEnumerable {
- STATIC_ONLY(V8TestSpecialOperationsNotEnumerable);
+class V8TestInterfaceOriginTrialEnabled {
+ STATIC_ONLY(V8TestInterfaceOriginTrialEnabled);
public:
CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
- static TestSpecialOperationsNotEnumerable* toImpl(v8::Local<v8::Object> object)
+ static TestInterfaceOriginTrialEnabled* toImpl(v8::Local<v8::Object> object)
{
- return toScriptWrappable(object)->toImpl<TestSpecialOperationsNotEnumerable>();
+ return toScriptWrappable(object)->toImpl<TestInterfaceOriginTrialEnabled>();
}
- CORE_EXPORT static TestSpecialOperationsNotEnumerable* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
+ CORE_EXPORT static TestInterfaceOriginTrialEnabled* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
static void refObject(ScriptWrappable*);
static void derefObject(ScriptWrappable*);
@@ -42,10 +42,10 @@ public:
};
template <>
-struct V8TypeOf<TestSpecialOperationsNotEnumerable> {
- typedef V8TestSpecialOperationsNotEnumerable Type;
+struct V8TypeOf<TestInterfaceOriginTrialEnabled> {
+ typedef V8TestInterfaceOriginTrialEnabled Type;
};
} // namespace blink
-#endif // V8TestSpecialOperationsNotEnumerable_h
+#endif // V8TestInterfaceOriginTrialEnabled_h

Powered by Google App Engine
This is Rietveld 408576698