Index: Source/bindings/v8/V8Binding.h |
diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h |
index 89c8edd1e67578935dd822f311550436c184f2e4..ac3a69c83184afe3d7287353a75694e72b85a589 100644 |
--- a/Source/bindings/v8/V8Binding.h |
+++ b/Source/bindings/v8/V8Binding.h |
@@ -223,15 +223,6 @@ namespace WebCore { |
return stringResource; |
} |
- // FIXME: See the above comment. |
- inline AtomicString toWebCoreAtomicString(v8::Handle<v8::Value> value) |
- { |
- V8StringResource<> stringResource(value); |
- if (!stringResource.prepare()) |
- return AtomicString(); |
- return stringResource; |
- } |
- |
// Convert a string to a V8 string. |
// Return a V8 external string that shares the underlying buffer with the given |
// WebCore string. The reference counting mechanism is used to keep the |