diff options
author | terry@google.com <terry@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 15:55:13 +0000 |
---|---|---|
committer | terry@google.com <terry@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 15:55:13 +0000 |
commit | 640bf44aa16d9401711b113b02983a2545f642af (patch) | |
tree | a192c51fde864453816cdd9465331a57e1c66443 /content/worker | |
parent | c9ddabfb34059414860e439c74bfe51f27acf2dc (diff) | |
download | chromium_src-640bf44aa16d9401711b113b02983a2545f642af.zip chromium_src-640bf44aa16d9401711b113b02983a2545f642af.tar.gz chromium_src-640bf44aa16d9401711b113b02983a2545f642af.tar.bz2 |
Branching for 1847 @251904
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/worker_webkitplatformsupport_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h index cb66a3f..9fa56d4 100644 --- a/content/worker/worker_webkitplatformsupport_impl.h +++ b/content/worker/worker_webkitplatformsupport_impl.h @@ -83,8 +83,6 @@ class WorkerWebKitPlatformSupportImpl : public BlinkPlatformImpl, const blink::WebString&); virtual blink::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType( const blink::WebString&); - virtual blink::WebMimeRegistry::SupportsType supportsDartMIMEType( - const blink::WebString&); virtual blink::WebMimeRegistry::SupportsType supportsMediaMIMEType( const blink::WebString&, const blink::WebString&, |