| 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);
|
|
|