Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h

Issue 2875583002: AccessorConfiguration and AttributeConfiguration no longer need the same fields. (Closed)
Patch Set: whitespace changes Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
index e59d59a0085dbc6db6c395a936cd03466c51c32b..94412e7f034e04a65c3a70cca6254a364f2b870d 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
@@ -83,10 +83,7 @@ class CORE_EXPORT V8DOMConfiguration final {
const char* const name;
v8::AccessorNameGetterCallback getter;
v8::AccessorNameSetterCallback setter;
- // TODO(vogelheim): This has to be removed too since it's only used in
- // accessors.
- // The accessor's 'result' is stored in a private property.
- CachedPropertyKey cached_property_key;
+
const WrapperTypeInfo* data;
// v8::PropertyAttribute
unsigned attribute : 8;

Powered by Google App Engine
This is Rietveld 408576698