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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp

Issue 2452403002: [Bindings] Reformat template files (4/4) (Closed)
Patch Set: Rebase Created 4 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: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
index 71b7c9c18f340ee39e45c545439f3eaa9b93d899..cc5d2fe7fc5941865a1a84863f645ccf34bc59ac 100644
--- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
@@ -36,7 +36,7 @@ static void voidMethodPartial1Method(const v8::FunctionCallbackInfo<v8::Value>&
V8StringResource<> value;
value = info[0];
if (!value.prepare())
- return;
+ return;
TestInterface2Partial::voidMethodPartial1(*impl, value);
}
@@ -56,7 +56,7 @@ static void voidMethodPartial2Method(const v8::FunctionCallbackInfo<v8::Value>&
V8StringResource<> value;
value = info[0];
if (!value.prepare())
- return;
+ return;
TestInterface2Partial2::voidMethodPartial2(*impl, value);
}

Powered by Google App Engine
This is Rietveld 408576698