summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_frame_activex.cc2
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());
}