| Index: Source/WebCore/Modules/indexeddb/IDBRequest.h
|
| diff --git a/Source/WebCore/Modules/indexeddb/IDBRequest.h b/Source/WebCore/Modules/indexeddb/IDBRequest.h
|
| index ca5324da46a209dab4f68fa571448ce62cd41949..899783853d943bf91fad1a33b642245f2e0543c1 100644
|
| --- a/Source/WebCore/Modules/indexeddb/IDBRequest.h
|
| +++ b/Source/WebCore/Modules/indexeddb/IDBRequest.h
|
| @@ -102,7 +102,6 @@ public:
|
| virtual const AtomicString& interfaceName() const;
|
| virtual ScriptExecutionContext* scriptExecutionContext() const;
|
| virtual bool dispatchEvent(PassRefPtr<Event>);
|
| - // FIXME(antonm): get rid of this.
|
| bool dispatchEvent(PassRefPtr<Event> event, ExceptionCode& ec) { return EventTarget::dispatchEvent(event, ec); }
|
| virtual void uncaughtExceptionInEventHandler();
|
|
|
|
|