Index: third_party/WebKit/Source/modules/payments/PaymentAddress.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.idl b/third_party/WebKit/Source/modules/payments/PaymentAddress.idl |
index 2e2940682ef0b81188bacc1ce8d326009cca48c9..8a7cdfb0a8e3e2e74805cb6981140b0b3c8605bd 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentAddress.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.idl |
@@ -18,6 +18,6 @@ |
readonly attribute DOMString languageCode; |
readonly attribute DOMString organization; |
readonly attribute DOMString recipient; |
- readonly attribute DOMString careOf; |
+ [DeprecateAs=PaymentAddressCareOf] readonly attribute DOMString careOf; |
readonly attribute DOMString phone; |
}; |