Changeset 120447 in webkit
- Timestamp:
- Jun 15, 2012, 6:36:57 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
fileapi/ThreadableBlobRegistry.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r120444 r120447 1 2012-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 1 11 2012-06-15 Sami Kyostila <skyostil@chromium.org> 2 12 -
trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp
r120433 r120447 144 144 } 145 145 146 void ThreadableBlobRegistry::registerBlobURL( const KURL&, const KURL&)146 void ThreadableBlobRegistry::registerBlobURL(SecurityOrigin*, const KURL&, const KURL&) 147 147 { 148 148 }
Note:
See TracChangeset
for help on using the changeset viewer.