Commit 07023e63 authored by paroga@webkit.org's avatar paroga@webkit.org

2011-03-28 Patrick Gansterer <paroga@webkit.org>

        Unreviewed build fix.

        * COMPropertyBag.h: Added missing include.
        * WebKitCOMAPI.h: Ditto.
        * WebCoreSupport/WebFrameLoaderClient.h: Added missing forward declaration.

git-svn-id: svn://svn.chromium.org/blink/trunk@82101 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3c8297bb
......@@ -27,6 +27,7 @@
#define COMPropertyBag_h
#define NOMINMAX
#include <ocidl.h>
#include <unknwn.h>
#include <wtf/Noncopyable.h>
......
2011-03-28 Patrick Gansterer <paroga@webkit.org>
Unreviewed build fix.
* COMPropertyBag.h: Added missing include.
* WebKitCOMAPI.h: Ditto.
* WebCoreSupport/WebFrameLoaderClient.h: Added missing forward declaration.
2011-03-25 Sam Weinig <sam@webkit.org>
Reviewed by Jon Honeycutt.
......
......@@ -40,6 +40,7 @@ namespace WebCore {
template <typename T> class COMPtr;
class WebFrame;
class WebHistory;
class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
public:
......
......@@ -26,6 +26,8 @@
#ifndef WebKitCOMAPI_h
#define WebKitCOMAPI_h
#include <unknwn.h>
extern "C" {
// Callers should use this API instead of CoCreateInstance to instantiate WebKit COM classes.
......
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