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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ExceptionState.h

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/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,

Powered by Google App Engine
This is Rietveld 408576698