Remove onTimeout from WebIDBTransactionCallbacks.h

https://bugs.webkit.org/show_bug.cgi?id=66326

Patch by David Grogan <dgrogan@chromium.org> on 2011-08-17
Reviewed by Tony Chang.

* public/WebIDBTransactionCallbacks.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@93220 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f93bdb98
2011-08-17 David Grogan <dgrogan@chromium.org>
Remove onTimeout from WebIDBTransactionCallbacks.h
https://bugs.webkit.org/show_bug.cgi?id=66326
Reviewed by Tony Chang.
* public/WebIDBTransactionCallbacks.h:
2011-08-16 Per-Erik Brodin <per-erik.brodin@ericsson.com>
Make it possible to explicitly prevent a preflight via ThreadableLoaderOptions
......
......@@ -35,9 +35,6 @@ public:
virtual void onAbort() { WEBKIT_ASSERT_NOT_REACHED(); }
virtual void onComplete() { WEBKIT_ASSERT_NOT_REACHED(); }
// FIXME: Remove.
virtual void onTimeout() { WEBKIT_ASSERT_NOT_REACHED(); }
};
} // namespace WebKit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment