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