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

Unified Diff: Source/build/scripts/make_qualified_names.py

Issue 35423004: Move SVGNames to Python (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment Created 7 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/build/scripts/make_element_factory.py ('k') | Source/build/scripts/name_utilities.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/make_qualified_names.py
diff --git a/Source/build/scripts/make_qualified_names.py b/Source/build/scripts/make_qualified_names.py
index b907d02ffd4160d4f254ad29cae832f5ae602fa8..cb607b12265e90a9f154f18cd49c3901a1e6b41a 100755
--- a/Source/build/scripts/make_qualified_names.py
+++ b/Source/build/scripts/make_qualified_names.py
@@ -39,7 +39,7 @@ from in_file import InFile
def _symbol(entry):
# FIXME: Remove this special case for the ugly x-webkit-foo attributes.
- if entry['name'].startswith('x-'):
+ if entry['name'].startswith('x-webkit-'):
return entry['name'].replace('-', '')[1:]
return entry['name'].replace('-', '_')
« no previous file with comments | « Source/build/scripts/make_element_factory.py ('k') | Source/build/scripts/name_utilities.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698