⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 120447 in webkit


Ignore:
Timestamp:
Jun 15, 2012, 6:36:57 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

Buildfix for !ENABLE(BLOB) platforms after r120433.
https://bugs.webkit.org/show_bug.cgi?id=78648

Patch by Zoltan Arvai <zarvai@inf.u-szeged.hu> on 2012-06-15
Reviewed by Csaba Osztrogonác.

  • fileapi/ThreadableBlobRegistry.cpp:

(WebCore::ThreadableBlobRegistry::registerBlobURL):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r120444 r120447  
     12012-06-15  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
     2
     3        Buildfix for !ENABLE(BLOB) platforms after r120433.
     4        https://bugs.webkit.org/show_bug.cgi?id=78648
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * fileapi/ThreadableBlobRegistry.cpp:
     9        (WebCore::ThreadableBlobRegistry::registerBlobURL):
     10
    1112012-06-15  Sami Kyostila  <skyostil@chromium.org>
    212
  • trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp

    r120433 r120447  
    144144}
    145145
    146 void ThreadableBlobRegistry::registerBlobURL(const KURL&, const KURL&)
     146void ThreadableBlobRegistry::registerBlobURL(SecurityOrigin*, const KURL&, const KURL&)
    147147{
    148148}
Note: See TracChangeset for help on using the changeset viewer.