Changeset 101197 in webkit
- Timestamp:
- Nov 26, 2011, 11:31:55 AM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
bindings/scripts/preprocessor.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r101196 r101197 1 2011-11-26 Alejandro G. Castro <alex@igalia.com> 2 3 Fix compilation after r101157. 4 5 Reviewed by Martin Robinson. 6 7 * bindings/scripts/preprocessor.pm: 8 (applyPreprocessor): In case we have a string with 9 double-quotations (") we replace it with the empty string. 10 1 11 2011-11-26 Igor Oliveira <igor.oliveira@openbossa.org> 2 12 -
trunk/Source/WebCore/bindings/scripts/preprocessor.pm
r101157 r101197 54 54 } 55 55 56 if (!$defines ) {56 if (!$defines || ($defines eq "\"\"")) { 57 57 $defines = ""; 58 58 }
Note:
See TracChangeset
for help on using the changeset viewer.