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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp

Issue 2387073002: reflow comments in Source/bindings/modules/v8 (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
diff --git a/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp b/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
index 4508072ec1fb53a87ee38da35be35c6372ee8e60..6beb6f5ef2f77044b24f8ee353045dba167d0bc5 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
+++ b/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
@@ -52,7 +52,8 @@ void installConditionalFeaturesForModules(
originTrialContext->isFeatureEnabled("DurableStorage"))) {
V8NavigatorPartial::installDurableStorage(
isolate, world, v8::Local<v8::Object>(), prototypeObject,
- interfaceObject); // Need to specify interface object explicitly to avoid looping back here
+ interfaceObject); // Need to specify interface object explicitly to
+ // avoid looping back here
}
if (RuntimeEnabledFeatures::webBluetoothEnabled() ||
(originTrialContext &&
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698