Skip to content

Commit

Permalink
Fix debug build.
Browse files Browse the repository at this point in the history
* WebCore.exp.in:



Canonical link: https://commits.webkit.org/69265@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@79343 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Anders Carlsson committed Feb 22, 2011
1 parent db1079c commit 1cfcdc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
2011-02-22 Anders Carlsson <andersca@apple.com>

Fix debug build.

* WebCore.exp.in:

2011-02-22 Balazs Kelemen <kbalazs@webkit.org>

Reviewed by Anders Carlsson.
Expand Down
4 changes: 4 additions & 0 deletions Source/WebCore/WebCore.exp.in
Expand Up @@ -1324,6 +1324,10 @@ _wkSignalCFReadStreamEnd
_wkSignalCFReadStreamError
_wkSignalCFReadStreamHasBytes

#if !defined(NDEBUG)
__ZN7WebCore20LogNotYetImplementedE
#endif

#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
_wkContentAreaDidHide
_wkContentAreaDidShow
Expand Down

0 comments on commit 1cfcdc1

Please sign in to comment.