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

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

Issue 25675003: IDL compiler: remove nop return from end of getters and setters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 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/V8TestExtendedEvent.cpp
diff --git a/Source/bindings/tests/results/V8TestExtendedEvent.cpp b/Source/bindings/tests/results/V8TestExtendedEvent.cpp
index c383b21e8dd0fb7ceb7063c7551f6b46fbf7e949..7107537d8d34f3117c5aca6ce47b5df2d38992f7 100644
--- a/Source/bindings/tests/results/V8TestExtendedEvent.cpp
+++ b/Source/bindings/tests/results/V8TestExtendedEvent.cpp
@@ -70,7 +70,6 @@ static void locationAttributeGetter(v8::Local<v8::String> name, const v8::Proper
{
Event* imp = V8TestExtendedEvent::toNative(info.Holder());
v8SetReturnValueUnsigned(info, imp->location());
- return;
}
static void locationAttributeGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
@@ -84,7 +83,6 @@ static void keyLocationAttributeGetter(v8::Local<v8::String> name, const v8::Pro
{
Event* imp = V8TestExtendedEvent::toNative(info.Holder());
v8SetReturnValueUnsigned(info, imp->location());
- return;
}
static void keyLocationAttributeGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
« no previous file with comments | « Source/bindings/tests/results/V8TestException.cpp ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698