Changeset 198134 in webkit


Ignore:
Timestamp:
Mar 14, 2016 9:16:18 AM (8 years ago)
Author:
ap@apple.com
Message:

Build fix.

  • Modules/fetch/FetchBodyOwner.cpp:

(WebCore::FetchBodyOwner::loadedBlobAsText):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r198133 r198134  
     12016-03-14  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Build fix.
     4
     5        * Modules/fetch/FetchBodyOwner.cpp:
     6        (WebCore::FetchBodyOwner::loadedBlobAsText):
     7
    182016-03-14  Youenn Fablet  <youenn.fablet@crf.canon.fr>
    29
  • trunk/Source/WebCore/Modules/fetch/FetchBodyOwner.cpp

    r198133 r198134  
    7070void FetchBodyOwner::loadedBlobAsText(String&& text)
    7171{
    72     ASSERT(*scriptExecutionContext());
     72    ASSERT(scriptExecutionContext());
    7373
    7474    m_body.loadedAsText(*scriptExecutionContext(), WTFMove(text));
Note: See TracChangeset for help on using the changeset viewer.