Changeset 28320 in webkit


Ignore:
Timestamp:
Dec 2, 2007 4:59:21 AM (16 years ago)
Author:
mrowe@apple.com
Message:

Speculative Windows build fix.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r28319 r28320  
     12007-12-02  Mark Rowe  <mrowe@apple.com>
     2
     3        Try and fix the Windows build.
     4
     5        * plugins/win/PluginViewWin.cpp:
     6        (WebCore::PluginViewWin::bindingInstance):
     7
    182007-12-02  Nikolas Zimmermann  <zimmermann@kde.org>
    29
  • trunk/WebCore/plugins/win/PluginViewWin.cpp

    r28238 r28320  
    13111311        return 0;
    13121312
    1313     RefPtr<KJS::Bindings::RootObject> root = m_parentFrame->createRootObject(this, m_parentFrame->scriptProxy()->interpreter());
     1313    RefPtr<KJS::Bindings::RootObject> root = m_parentFrame->createRootObject(this, m_parentFrame->scriptProxy()->interpreter()->globalObject());
    13141314    KJS::Bindings::Instance *instance = KJS::Bindings::Instance::createBindingForLanguageInstance(KJS::Bindings::Instance::CLanguage, object, root.release());
    13151315
Note: See TracChangeset for help on using the changeset viewer.