Index: Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp b/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp |
index 95f141ec81f698c1c584ba959ab321e938778805..e10ce6cff86978c50927915abed29671bd92369a 100644 |
--- a/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp |
+++ b/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp |
@@ -210,9 +210,6 @@ void V8CSSStyleDeclaration::namedPropertyGetterCustom(v8::Local<v8::String> name |
} |
String result = impl->getPropertyValueInternal(static_cast<CSSPropertyID>(propInfo->propID)); |
- if (result.isNull()) |
- result = ""; // convert null to empty string. |
- |
v8SetReturnValueString(info, result, info.GetIsolate()); |
} |