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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBRequest.h

Issue 2814253002: IndexedDB: Fix mocks/comments following the great blink rename (Closed)
Patch Set: Created 3 years, 8 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/modules/indexeddb/IDBRequest.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
index 80ad1354c464a66da3832f8f29f7b74a9a6361e0..67cd951f23b893a76016da1c80577783903afe4c 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
@@ -193,7 +193,7 @@ class MODULES_EXPORT IDBRequest : public EventTargetWithInlineData,
// Transactions should be aborted after event dispatch if an exception was
// not caught. This is cleared before dispatch, set by a call to
- // uncaughtExceptionInEventHandler() during dispatch, and checked afterwards
+ // UncaughtExceptionInEventHandler() during dispatch, and checked afterwards
// to abort if necessary.
bool did_throw_in_event_handler_ = false;

Powered by Google App Engine
This is Rietveld 408576698