| Index: third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp
|
| index b04f27386a8bf845f64c78a63825dceafd4ffc9a..8d5f7618ea6359bf68209a82007185ec24063988 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.cpp
|
| @@ -12,8 +12,7 @@ namespace blink {
|
|
|
| #define V8_DEFINE_METHOD(name) \
|
| v8::Local<v8::String> V8HiddenValue::name(v8::Isolate* isolate) { \
|
| - V8HiddenValue* hiddenValue = \
|
| - V8PerIsolateData::from(isolate)->hiddenValue(); \
|
| + V8HiddenValue* hiddenValue = from(isolate); \
|
| if (hiddenValue->m_##name.isEmpty()) { \
|
| hiddenValue->m_##name.set(isolate, v8AtomicString(isolate, #name)); \
|
| } \
|
|
|