Changeset 103538 in webkit


Ignore:
Timestamp:
Dec 22, 2011 6:13:06 AM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Upstream the BlackBerry change to ResourceHandle.h
https://bugs.webkit.org/show_bug.cgi?id=75061

Reviewed by George Staikos.

No functionality change to the existing code, no new tests.

  • platform/network/ResourceHandle.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r103535 r103538  
     12011-12-22  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Upstream the BlackBerry change to ResourceHandle.h
     4        https://bugs.webkit.org/show_bug.cgi?id=75061
     5
     6        Reviewed by George Staikos.
     7
     8        No functionality change to the existing code, no new tests.
     9
     10        * platform/network/ResourceHandle.h:
     11
    1122011-12-22  Alexandru Chiculita  <achicu@adobe.com>
    213
  • trunk/Source/WebCore/platform/network/ResourceHandle.h

    r95120 r103538  
    172172#endif
    173173
    174 #if PLATFORM(QT) || USE(CURL) || USE(SOUP)
     174#if PLATFORM(QT) || USE(CURL) || USE(SOUP) || PLATFORM(BLACKBERRY)
    175175    ResourceHandleInternal* getInternal() { return d.get(); }
    176176#endif
Note: See TracChangeset for help on using the changeset viewer.