Title: [213679] trunk/Source/WebCore
Revision
213679
Author
ander...@apple.com
Date
2017-03-09 14:49:45 -0800 (Thu, 09 Mar 2017)

Log Message

Use the right conditional.

* Modules/applepay/ApplePayError.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (213678 => 213679)


--- trunk/Source/WebCore/ChangeLog	2017-03-09 22:47:29 UTC (rev 213678)
+++ trunk/Source/WebCore/ChangeLog	2017-03-09 22:49:45 UTC (rev 213679)
@@ -1,3 +1,9 @@
+2017-03-09  Anders Carlsson  <ander...@apple.com>
+
+        Use the right conditional.
+
+        * Modules/applepay/ApplePayError.idl:
+
 2017-03-09  Daniel Bates  <daba...@apple.com>
 
         Guard Credential Management implementation behind a runtime enabled feature flag

Modified: trunk/Source/WebCore/Modules/applepay/ApplePayError.idl (213678 => 213679)


--- trunk/Source/WebCore/Modules/applepay/ApplePayError.idl	2017-03-09 22:47:29 UTC (rev 213678)
+++ trunk/Source/WebCore/Modules/applepay/ApplePayError.idl	2017-03-09 22:49:45 UTC (rev 213679)
@@ -49,7 +49,7 @@
 
 [
     Constructor(ApplePayErrorCode errorCode, optional DOMString message = "", optional ApplePayErrorContactField contactField),
-    Conditional=APPLE_PAY,
+    Conditional=APPLE_PAY_DELEGATE,
 ] interface ApplePayError {
     attribute ApplePayErrorCode code;
     attribute DOMString message;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to