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

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

Issue 48003002: IDL compiler: remove blank line for void methods (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
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/results/V8TestActiveDOMObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8SupportTestInterface.cpp
diff --git a/Source/bindings/tests/results/V8SupportTestInterface.cpp b/Source/bindings/tests/results/V8SupportTestInterface.cpp
index e4705a6c79850125cea45436dccbaf857ba39539..1eb945b3fd44c7c7e152b318bd98568460974fd8 100644
--- a/Source/bindings/tests/results/V8SupportTestInterface.cpp
+++ b/Source/bindings/tests/results/V8SupportTestInterface.cpp
@@ -296,7 +296,6 @@ static void supplementalMethod1Method(const v8::FunctionCallbackInfo<v8::Value>&
{
SupportTestInterface* imp = V8SupportTestInterface::toNative(args.Holder());
SupportTestPartialInterface::supplementalMethod1(imp);
-
return;
}
@@ -362,7 +361,6 @@ static void supplementalMethod3MethodCallback(const v8::FunctionCallbackInfo<v8:
static void supplementalMethod4Method(const v8::FunctionCallbackInfo<v8::Value>& args)
{
SupportTestPartialInterface::supplementalMethod4();
-
return;
}
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/results/V8TestActiveDOMObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698