Commit e899ae60 authored by darin@apple.com's avatar darin@apple.com

Try to fix Leopard bots.

* platform/mac/HTMLConverter.mm: Move declarations of new functions
inside the appropriate #if.



git-svn-id: svn://svn.chromium.org/blink/trunk@83005 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent c75cc201
2011-04-05 Darin Adler <darin@apple.com>
Try to fix Leopard bots.
* platform/mac/HTMLConverter.mm: Move declarations of new functions
inside the appropriate #if.
2011-04-05 Adrienne Walker <enne@google.com> 2011-04-05 Adrienne Walker <enne@google.com>
Reviewed by Tony Chang. Reviewed by Tony Chang.
...@@ -47,10 +47,11 @@ ...@@ -47,10 +47,11 @@
using namespace WebCore; using namespace WebCore;
using namespace HTMLNames; using namespace HTMLNames;
#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD)
static NSFileWrapper *fileWrapperForURL(DocumentLoader *, NSURL *); static NSFileWrapper *fileWrapperForURL(DocumentLoader *, NSURL *);
static NSFileWrapper *fileWrapperForElement(Element*); static NSFileWrapper *fileWrapperForElement(Element*);
#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD)
// Additional control Unicode characters // Additional control Unicode characters
const unichar WebNextLineCharacter = 0x0085; const unichar WebNextLineCharacter = 0x0085;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment