| Index: third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
|
| diff --git a/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h b/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
|
| index 561e0aedfdc945b20b0ed7ee1569c8aca85dacdf..38d7d73ecbdfce70e7b2213b1f1e6805321ec370 100644
|
| --- a/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
|
| @@ -55,6 +55,13 @@ class ScriptWrappable;
|
| X(NamedConstructor, Initialized) \
|
| X(PerformanceObserver, Callback) \
|
| X(PopStateEvent, State) \
|
| + X(SameObject, DetectedBarcodeRawValue) \
|
| + X(SameObject, DetectedBarcodeBoundingBox) \
|
| + X(SameObject, DetectedBarcodeCornerPoints) \
|
| + X(SameObject, DetectedFaceBoundingBox) \
|
| + X(SameObject, DetectedFaceLandmarks) \
|
| + X(SameObject, DetectedTextRawValue) \
|
| + X(SameObject, DetectedTextBoundingBox) \
|
| X(SameObject, NotificationActions) \
|
| X(SameObject, NotificationData) \
|
| X(SameObject, NotificationVibrate) \
|
|
|