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

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

Issue 1006323002: [bindings] Pass v8::Local<v8::Value> by value in NativeValueTraits<T>::nativeValue() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/core/V8TestInterfaceEventInit.h
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h b/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
index f2aff2eca8655b2a3f32d46fba36b718a83202a4..0694e5482f5eb7f11782f1f95256661f4e883426 100644
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
@@ -32,7 +32,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEven
template <>
struct NativeValueTraits<TestInterfaceEventInit> {
- static TestInterfaceEventInit nativeValue(const v8::Local<v8::Value>&, v8::Isolate*, ExceptionState&);
+ static TestInterfaceEventInit nativeValue(v8::Local<v8::Value>, v8::Isolate*, ExceptionState&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698