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

Unified Diff: Source/core/workers/TeleportCallback.idl

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 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
« no previous file with comments | « Source/core/workers/TeleportCallback.h ('k') | Source/core/workers/TeleportContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/TeleportCallback.idl
diff --git a/Source/bindings/tests/idls/core/TestInterfaceDocument.idl b/Source/core/workers/TeleportCallback.idl
similarity index 94%
copy from Source/bindings/tests/idls/core/TestInterfaceDocument.idl
copy to Source/core/workers/TeleportCallback.idl
index 2a687e871a44bace871a2d7b65243bbbdedc7339..9fcb4b5d10c8fd5745b1e54bb10de6ba46b48002 100644
--- a/Source/bindings/tests/idls/core/TestInterfaceDocument.idl
+++ b/Source/core/workers/TeleportCallback.idl
@@ -28,5 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceDocument : Document {
+callback interface TeleportCallback {
+ void handleEvent(TeleportContext context);
};
« no previous file with comments | « Source/core/workers/TeleportCallback.h ('k') | Source/core/workers/TeleportContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698