Changeset 125207 in webkit


Ignore:
Timestamp:
Aug 9, 2012, 2:56:57 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] Export InRegionScroller to fix build
https://bugs.webkit.org/show_bug.cgi?id=93635

Patch by Leo Yang <leoyang@rim.com> on 2012-08-09
Reviewed by Antonio Gomes.

Build fix.

  • Api/InRegionScroller.h:
Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/Api/InRegionScroller.h

    r125071 r125207  
    2020#define InRegionScroller_h
    2121
     22#include "BlackBerryGlobal.h"
     23
    2224#include <BlackBerryPlatformPrimitives.h>
    2325
     
    2931class WebPagePrivate;
    3032
    31 class InRegionScroller {
     33class BLACKBERRY_EXPORT InRegionScroller {
    3234public:
    3335    InRegionScroller(WebPagePrivate*);
  • trunk/Source/WebKit/blackberry/ChangeLog

    r125083 r125207  
     12012-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
    1122012-08-08  Jacky Jiang  <zhajiang@rim.com>
    213
Note: See TracChangeset for help on using the changeset viewer.