DescriptionCSSValue Immediates: Remove redundant isTaggedPtr() checks
Refactored some CSSPrimitiveValue functions to only check if an object
is a tagged pointer once. Also took advantage of context-specific
knowledge about the object to prevent further checks of the pointer
type.
Depends on crrev.com/1252683002.
This is part of a larger refactor of CSSValue to introduce immediates,
discussed on the bug.
BUG=486252
COMMIT=false
Patch Set 1 #
Depends on Patchset: |