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

Unified Diff: Source/bindings/tests/results/V8TestCustomNamedGetter.cpp

Issue 14244017: Make length property return useful values for DOM bindings functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make length property return useful values for DOM bindings functions and interfaces Created 7 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: Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
diff --git a/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp b/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
index e99eda650a7b75338e004d53b057bcf6f4461eba..7a147b737a0922862d6467a2131c574a3c12d32e 100644
--- a/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
+++ b/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
@@ -88,7 +88,7 @@ static v8::Handle<v8::Value> anotherFunctionMethodCallback(const v8::Arguments&
} // namespace TestCustomNamedGetterV8Internal
static const V8DOMConfiguration::BatchedMethod V8TestCustomNamedGetterMethods[] = {
- {"anotherFunction", TestCustomNamedGetterV8Internal::anotherFunctionMethodCallback, 0},
+ {"anotherFunction", TestCustomNamedGetterV8Internal::anotherFunctionMethodCallback, 0, 1},
};
static v8::Persistent<v8::FunctionTemplate> ConfigureV8TestCustomNamedGetterTemplate(v8::Persistent<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType currentWorldType)

Powered by Google App Engine
This is Rietveld 408576698