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

Unified Diff: tools/idl_parser/idl_ppapi_parser.py

Issue 329853005: IDL parser: align with current Web IDL specification (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebased Created 6 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 | « tools/idl_parser/idl_ppapi_lexer.py ('k') | tools/idl_parser/test_lexer/keywords.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/idl_parser/idl_ppapi_parser.py
diff --git a/tools/idl_parser/idl_ppapi_parser.py b/tools/idl_parser/idl_ppapi_parser.py
index c02e42c818fd7832aee58c31d20e23a5a158bbd9..639a8415ba62c4cb74fcd2d8805bfa7965e61a35 100755
--- a/tools/idl_parser/idl_ppapi_parser.py
+++ b/tools/idl_parser/idl_ppapi_parser.py
@@ -12,7 +12,7 @@
# on WebIDL.
#
# WebIDL, and WebIDL grammar can be found at:
-# http://dev.w3.org/2006/webapi/WebIDL/
+# http://heycam.github.io/webidl/
# PLY can be found at:
# http://www.dabeaz.com/ply/
#
@@ -50,7 +50,7 @@ class IDLPPAPIParser(IDLParser):
#
#The parser is based on the WebIDL standard. See:
-# http://www.w3.org/TR/WebIDL/#idl-grammar
+# http://heycam.github.io/webidl/#idl-grammar
#
# [1]
def p_Definitions(self, p):
« no previous file with comments | « tools/idl_parser/idl_ppapi_lexer.py ('k') | tools/idl_parser/test_lexer/keywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698