summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-16 04:07:38 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-16 04:07:38 +0000
commit94b7e8d7a56619b6c98f23c2f6f8d4f2f65b48e7 (patch)
tree9e7e88de463bbdb218673af777a2c3404bc95a34 /chrome_frame
parentd9dc4ad5e12dd9f70c3ec3c95c6a286452a7c90d (diff)
downloadchromium_src-94b7e8d7a56619b6c98f23c2f6f8d4f2f65b48e7.zip
chromium_src-94b7e8d7a56619b6c98f23c2f6f8d4f2f65b48e7.tar.gz
chromium_src-94b7e8d7a56619b6c98f23c2f6f8d4f2f65b48e7.tar.bz2
Really fix ChromeFrame compile for scoped changes.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62845 0039d316-1c4b-4281-b951-d872f2087c98
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());
}