Changeset 179929 in webkit
- Timestamp:
- Feb 11, 2015, 9:09:33 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
page/EventHandler.h (modified) (1 diff)
-
page/ios/WebEventRegion.h (modified) (1 diff)
-
platform/sql/SQLiteDatabaseTracker.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r179928 r179929 1 2015-02-11 Alex Christensen <achristensen@webkit.org> 2 3 Add a few more WEBCORE_EXPORT macros for debug and iOS builds. 4 5 * page/EventHandler.h: 6 * page/ios/WebEventRegion.h: 7 * platform/sql/SQLiteDatabaseTracker.h: 8 1 9 2015-02-11 Darin Adler <darin@apple.com> 2 10 -
trunk/Source/WebCore/page/EventHandler.h
r179861 r179929 269 269 270 270 #if ENABLE(IOS_TOUCH_EVENTS) 271 void touchEvent(WebEvent *);271 WEBCORE_EXPORT void touchEvent(WebEvent *); 272 272 #endif 273 273 -
trunk/Source/WebCore/page/ios/WebEventRegion.h
r171161 r179929 30 30 #import <Foundation/NSObject.h> 31 31 32 @interface WebEventRegion : NSObject <NSCopying>32 WEBCORE_EXPORT @interface WebEventRegion : NSObject <NSCopying> 33 33 { 34 34 CGPoint p1, p2, p3, p4; -
trunk/Source/WebCore/platform/sql/SQLiteDatabaseTracker.h
r179919 r179929 39 39 40 40 #if !ASSERT_DISABLED 41 bool hasTransactionInProgress();41 WEBCORE_EXPORT bool hasTransactionInProgress(); 42 42 #endif 43 43
Note:
See TracChangeset
for help on using the changeset viewer.