Changeset 125207 in webkit
- Timestamp:
- Aug 9, 2012, 2:56:57 PM (13 years ago)
- Location:
- trunk/Source/WebKit/blackberry
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/blackberry/Api/InRegionScroller.h
r125071 r125207 20 20 #define InRegionScroller_h 21 21 22 #include "BlackBerryGlobal.h" 23 22 24 #include <BlackBerryPlatformPrimitives.h> 23 25 … … 29 31 class WebPagePrivate; 30 32 31 class InRegionScroller {33 class BLACKBERRY_EXPORT InRegionScroller { 32 34 public: 33 35 InRegionScroller(WebPagePrivate*); -
trunk/Source/WebKit/blackberry/ChangeLog
r125083 r125207 1 2012-08-09 Leo Yang <leoyang@rim.com> 2 3 [BlackBerry] Export InRegionScroller to fix build 4 https://bugs.webkit.org/show_bug.cgi?id=93635 5 6 Reviewed by Antonio Gomes. 7 8 Build fix. 9 10 * Api/InRegionScroller.h: 11 1 12 2012-08-08 Jacky Jiang <zhajiang@rim.com> 2 13
Note:
See TracChangeset
for help on using the changeset viewer.