Changeset 81972 in webkit


Ignore:
Timestamp:
Mar 25, 2011 11:26:16 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-03-25 Adam Klein <adamk@chromium.org>

Reviewed by David Levin.

[chromium] Remove deprecated overload of openFileSystem for workers
https://bugs.webkit.org/show_bug.cgi?id=57062

  • public/WebCommonWorkerClient.h:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r81965 r81972  
     12011-03-25  Adam Klein  <adamk@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        [chromium] Remove deprecated overload of openFileSystem for workers
     6        https://bugs.webkit.org/show_bug.cgi?id=57062
     7
     8        * public/WebCommonWorkerClient.h:
     9
    1102011-03-25  Chang Shu  <cshu@webkit.org>
    211
  • trunk/Source/WebKit/chromium/public/WebCommonWorkerClient.h

    r69609 r81972  
    9393    }
    9494
    95     // This will be removed once changes in chromium use the new method above.
    96     virtual void openFileSystem(WebFileSystem::Type, long long size, WebFileSystemCallbacks*)
    97     {
    98         WEBKIT_ASSERT_NOT_REACHED();
    99     }
    100 
    10195protected:
    10296    ~WebCommonWorkerClient() { }
Note: See TracChangeset for help on using the changeset viewer.