Changeset 112521 in webkit


Ignore:
Timestamp:
Mar 29, 2012 5:31:50 AM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Add m_targetType to WorkerScriptLoader
https://bugs.webkit.org/show_bug.cgi?id=82574

Reviewed by Rob Buis.

Just as Chromium porting blackberry porting is using m_targetType also.

  • workers/WorkerScriptLoader.h:

(WorkerScriptLoader):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r112520 r112521  
     12012-03-29  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Add m_targetType to WorkerScriptLoader
     4        https://bugs.webkit.org/show_bug.cgi?id=82574
     5
     6        Reviewed by Rob Buis.
     7
     8        Just as Chromium porting blackberry porting is using m_targetType also.
     9
     10        * workers/WorkerScriptLoader.h:
     11        (WorkerScriptLoader):
     12
    1132012-03-29  Robin Cao  <robin.cao@torchmobile.com.cn>
    214
  • trunk/Source/WebCore/workers/WorkerScriptLoader.h

    r110023 r112521  
    9696        unsigned long m_identifier;
    9797        bool m_finishing;
    98 #if PLATFORM(CHROMIUM)
     98#if PLATFORM(CHROMIUM) || PLATFORM(BLACKBERRY)
    9999        ResourceRequest::TargetType m_targetType;
    100100#endif
Note: See TracChangeset for help on using the changeset viewer.