Changeset 76972 in webkit


Ignore:
Timestamp:
Jan 28, 2011 12:33:51 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-01-28 Adam Klein <adamk@chromium.org>

Reviewed by Kent Tamura.

[Chromium] Remove deprecated openFileSystem method signature
https://bugs.webkit.org/show_bug.cgi?id=53262

Chromium still builds after this patch.

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

Legend:

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

    r76929 r76972  
     12011-01-28  Adam Klein  <adamk@chromium.org>
     2
     3        Reviewed by Kent Tamura.
     4
     5        [Chromium] Remove deprecated openFileSystem method signature
     6        https://bugs.webkit.org/show_bug.cgi?id=53262
     7
     8        Chromium still builds after this patch.
     9
     10        * public/WebFrameClient.h:
     11
    1122011-01-28  Ilya Sherman  <isherman@chromium.org>
    213
  • trunk/Source/WebKit/chromium/public/WebFrameClient.h

    r76377 r76972  
    363363        bool create, WebFileSystemCallbacks*) { }
    364364
    365     // FIXME: This method should be deleted once chromium implements the new method above.
    366     virtual void openFileSystem(WebFrame* frame, WebFileSystem::Type type, long long size, WebFileSystemCallbacks* callbacks) { return openFileSystem(frame, type, size, true, callbacks); }
    367 
    368365protected:
    369366    ~WebFrameClient() { }
Note: See TracChangeset for help on using the changeset viewer.