| Index: modules/crypto/WindowCrypto.idl
|
| diff --git a/core/html/canvas/CanvasPattern.idl b/modules/crypto/WindowCrypto.idl
|
| similarity index 88%
|
| copy from core/html/canvas/CanvasPattern.idl
|
| copy to modules/crypto/WindowCrypto.idl
|
| index 68003c7b358873e8bbe8138d38c5ec92b337c209..078b6ae96c334df699a1f82ce99ad6e01a8cf48e 100644
|
| --- a/core/html/canvas/CanvasPattern.idl
|
| +++ b/modules/crypto/WindowCrypto.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
|
| + * Copyright (C) 2013 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -20,9 +20,12 @@
|
| * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
| * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| +
|
| [
|
| -] interface CanvasPattern {
|
| + ImplementedAs=DOMWindowCrypto
|
| +] partial interface Window {
|
| + readonly attribute Crypto crypto;
|
| };
|
|
|
|
|