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

Unified Diff: third_party/WebKit/Source/core/mojo/MojoHandle.idl

Issue 2400563002: Adds Mojo IDL. (Closed)
Patch Set: fixes modulename typo Created 4 years, 2 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
Index: third_party/WebKit/Source/core/mojo/MojoHandle.idl
diff --git a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl b/third_party/WebKit/Source/core/mojo/MojoHandle.idl
similarity index 77%
copy from third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl
copy to third_party/WebKit/Source/core/mojo/MojoHandle.idl
index fed2e45bf64b3c779ee89400e15779980fa7fb0a..aecdde02edb0a6a0c85ed42c74589d3e6fb64be2 100644
--- a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl
+++ b/third_party/WebKit/Source/core/mojo/MojoHandle.idl
@@ -2,5 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface DeathAwareScriptWrappable {
+[
+ NoInterfaceObject,
+] interface MojoHandle {
};

Powered by Google App Engine
This is Rietveld 408576698