| Index: third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| index 2f54635ba52aa1fed9667b07ade2afef9d3758ec..6e7164b876f841d0ba415dc3144360b57a8160f2 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h
|
| @@ -65,7 +65,8 @@ class CORE_EXPORT ExceptionState {
|
| IndexedGetterContext,
|
| IndexedSetterContext,
|
| IndexedDeletionContext,
|
| - UnknownContext, // FIXME: Remove this once we've flipped over to the new API.
|
| + UnknownContext, // FIXME: Remove this once we've flipped over to the new
|
| + // API.
|
| };
|
|
|
| ExceptionState(v8::Isolate* isolate,
|
|
|