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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp

Issue 2386173002: reflow comments in Source/bindings/core/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
Index: third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
index 7ad3658d3f06da610f13e4b78c04d3c334afd91a..f552345f1bcad101897080c4ea618c808932e9ef 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
@@ -107,8 +107,8 @@ v8::Local<v8::Function> V8PerContextData::constructorForTypeSlowCase(
v8::Local<v8::Context> currentContext = context();
v8::Context::Scope scope(currentContext);
const DOMWrapperWorld& world = DOMWrapperWorld::world(currentContext);
- // We shouldn't reach this point for the types that are implemented in v8 such as typed arrays and
- // hence don't have domTemplateFunction.
+ // We shouldn't reach this point for the types that are implemented in v8 such
+ // as typed arrays and hence don't have domTemplateFunction.
ASSERT(type->domTemplateFunction);
v8::Local<v8::FunctionTemplate> interfaceTemplate =
type->domTemplate(m_isolate, world);

Powered by Google App Engine
This is Rietveld 408576698