diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame_activex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_activex.cc b/chrome_frame/chrome_frame_activex.cc index 00d0b10..dcc5469 100644 --- a/chrome_frame/chrome_frame_activex.cc +++ b/chrome_frame/chrome_frame_activex.cc @@ -546,7 +546,7 @@ HRESULT ChromeFrameActivex::CreateScriptBlockForEvent( script_element->put_text(script); hr = insert_after->insertAdjacentElement( - base::win::StackBstr(L"afterEnd"), + base::win::ScopedBstr(L"afterEnd"), element, new_element.Receive()); } |