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

Unified Diff: Source/core/html/VoidCallback.idl

Issue 1178223004: Sync some HTML interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/html/ValidityState.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/VoidCallback.idl
diff --git a/Source/core/html/VoidCallback.idl b/Source/core/html/VoidCallback.idl
index 970113b02005cfa818e9197486bb7c1b1669cb82..daf58ab86b73b9e8ec513695dcfe9ae9b2517602 100644
--- a/Source/core/html/VoidCallback.idl
+++ b/Source/core/html/VoidCallback.idl
@@ -23,6 +23,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// TODO(philipj): This callback interface was added for HTMLMediaElement's
+// addCuePoint() and removeCuePoint(), which briefly existed in 2007. It is no
+// longer used in HTML and should be moved to where it is used.
+
callback interface VoidCallback {
void handleEvent();
};
« no previous file with comments | « Source/core/html/ValidityState.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698