summaryrefslogtreecommitdiff
path: root/Source/WebCore/bindings/v8/V8GCController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/v8/V8GCController.cpp')
-rw-r--r--Source/WebCore/bindings/v8/V8GCController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/bindings/v8/V8GCController.cpp b/Source/WebCore/bindings/v8/V8GCController.cpp
index 65182a7ec..4c3d57428 100644
--- a/Source/WebCore/bindings/v8/V8GCController.cpp
+++ b/Source/WebCore/bindings/v8/V8GCController.cpp
@@ -89,7 +89,7 @@ namespace WebCore {
static GlobalHandleMap& currentGlobalHandleMap()
{
- return V8BindingPerIsolateData::current()->globalHandleMap();
+ return V8PerIsolateData::current()->globalHandleMap();
}
// The function is the place to set the break point to inspect
@@ -418,7 +418,7 @@ void V8GCController::gcPrologue()
grouperVisitor.applyGrouping();
// Clean single element cache for string conversions.
- V8BindingPerIsolateData* data = V8BindingPerIsolateData::current();
+ V8PerIsolateData* data = V8PerIsolateData::current();
data->stringCache()->clearOnGC();
}