git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28320
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-02 Mark Rowe <mrowe@apple.com>
+
+ Try and fix the Windows build.
+
+ * plugins/win/PluginViewWin.cpp:
+ (WebCore::PluginViewWin::bindingInstance):
+
2007-12-02 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
if (npErr != NPERR_NO_ERROR || !object)
return 0;
- RefPtr<KJS::Bindings::RootObject> root = m_parentFrame->createRootObject(this, m_parentFrame->scriptProxy()->interpreter());
+ RefPtr<KJS::Bindings::RootObject> root = m_parentFrame->createRootObject(this, m_parentFrame->scriptProxy()->interpreter()->globalObject());
KJS::Bindings::Instance *instance = KJS::Bindings::Instance::createBindingForLanguageInstance(KJS::Bindings::Instance::CLanguage, object, root.release());
_NPN_ReleaseObject(object);