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

Unified Diff: modules/crypto/WindowCrypto.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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
« no previous file with comments | « modules/crypto/SubtleCrypto.idl ('k') | modules/crypto/WorkerContextCrypto.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « modules/crypto/SubtleCrypto.idl ('k') | modules/crypto/WorkerContextCrypto.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698