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

Unified Diff: lib/runtime/dart/html.js

Side-by-side diff isn't available for this file because of its large size.
Issue 1849133003: Work around dart:html inconsistency (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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:
Download patch
« no previous file with comments | « no previous file | test/codegen_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/html.js
diff --git a/lib/runtime/dart/html.js b/lib/runtime/dart/html.js
index 3bf6beddc4a139cd39549fac3ec104c12149359c..59b6aade761b70299b9aa1afa9f3a053a34f4bb6 100644
--- a/lib/runtime/dart/html.js
+++ b/lib/runtime/dart/html.js
@@ -22699,6 +22699,7 @@ dart_library.library('dart/html', null, /* Imports */[
RelatedEvent[dart.metadata] = () => [dart.const(new _metadata.DocsEditable()), dart.const(new _metadata.DomName('RelatedEvent')), dart.const(new _metadata.Experimental()), dart.const(new _js_helper.Native("RelatedEvent"))];
dart.registerExtension(dart.global.RelatedEvent, RelatedEvent);
const RequestAnimationFrameCallback = dart.typedef('RequestAnimationFrameCallback', () => dart.functionType(dart.void, [core.num]));
+ const FrameRequestCallback = dart.typedef('FrameRequestCallback', () => dart.functionType(dart.void, [core.num]));
dart.defineExtensionNames([
'url'
]);
@@ -34730,6 +34731,7 @@ dart_library.library('dart/html', null, /* Imports */[
exports.ReadableStream = ReadableStream;
exports.RelatedEvent = RelatedEvent;
exports.RequestAnimationFrameCallback = RequestAnimationFrameCallback;
+ exports.FrameRequestCallback = FrameRequestCallback;
exports.ResourceProgressEvent = ResourceProgressEvent;
exports.RtcDataChannel = RtcDataChannel;
exports.RtcDataChannelEvent = RtcDataChannelEvent;
« no previous file with comments | « no previous file | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698