summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/ScriptProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/ScriptProfile.cpp')
-rw-r--r--WebCore/bindings/v8/ScriptProfile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/ScriptProfile.cpp b/WebCore/bindings/v8/ScriptProfile.cpp
index beafea1..3b71d5f 100644
--- a/WebCore/bindings/v8/ScriptProfile.cpp
+++ b/WebCore/bindings/v8/ScriptProfile.cpp
@@ -40,6 +40,7 @@ namespace WebCore {
String ScriptProfile::title() const
{
+ v8::HandleScope scope;
return toWebCoreString(m_profile->GetTitle());
}