| Index: Source/WebCore/bindings/v8/custom/V8StorageCustom.cpp
|
| ===================================================================
|
| --- Source/WebCore/bindings/v8/custom/V8StorageCustom.cpp (revision 95812)
|
| +++ Source/WebCore/bindings/v8/custom/V8StorageCustom.cpp (working copy)
|
| @@ -102,8 +102,7 @@
|
| if (name == "length")
|
| return v8Value;
|
|
|
| - v8::Handle<v8::Value> prototypeValue = info.Holder()->GetRealNamedPropertyInPrototypeChain(v8Name);
|
| - if (!prototypeValue.IsEmpty())
|
| + if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(v8Name).IsEmpty())
|
| return notHandledByInterceptor();
|
|
|
| ExceptionCode ec = 0;
|
|
|