DescriptionClean up empty namespace handling and fix empty namespaces in compound selectors
This patch makes our namespace handling code in selector parsing to use
emptyAtom to represent empty namespaces and nullAtom to represent no
namespace (e.g. "|a" vs. "a"), instead of having both as nullAtom and
a separate hasNamespace bool. This fixes a bug where we would interpret
in prependTypeSelectorIfNeeded an empty namespace as no namespace (i.e.
the default namespace).
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201755
Patch Set 1 #Patch Set 2 : #
Total comments: 1
Patch Set 3 : #Patch Set 4 : #Depends on Patchset: Messages
Total messages: 16 (6 generated)
|