Commit 13acb464 authored by sfalken@apple.com's avatar sfalken@apple.com

Windows Debug_All build fix.

* platform/graphics/win/WKCACFLayer.cpp:



git-svn-id: svn://svn.chromium.org/blink/trunk@54323 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 89857c4e
2010-02-03 Steve Falkenburg <sfalken@apple.com>
Windows Debug_All build fix.
* platform/graphics/win/WKCACFLayer.cpp:
2010-02-03 Brady Eidson <beidson@apple.com> 2010-02-03 Brady Eidson <beidson@apple.com>
Reviewed by Alexey Proskuryakov. Reviewed by Alexey Proskuryakov.
......
...@@ -39,10 +39,11 @@ ...@@ -39,10 +39,11 @@
#ifdef DEBUG_ALL #ifdef DEBUG_ALL
#pragma comment(lib, "QuartzCore_debug") #pragma comment(lib, "QuartzCore_debug")
#pragma comment(lib, "QuartzCoreInterface_debug")
#else #else
#pragma comment(lib, "QuartzCore") #pragma comment(lib, "QuartzCore")
#endif
#pragma comment(lib, "QuartzCoreInterface") #pragma comment(lib, "QuartzCoreInterface")
#endif
namespace WebCore { namespace WebCore {
......
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