Skip to content

Commit

Permalink
Backed out changeset 3cf38f4d7395 (bug 1322317) for stylo test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
IrisHsiao committed Feb 22, 2017
1 parent 688b3f7 commit eb16544
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions layout/style/nsStyleContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -692,9 +692,6 @@ class nsStyleContext final
newData = mSource.AsGeckoRuleNode()-> \
GetStyle##name_<aComputeData>(this); \
} else { \
if (!aComputeData) { \
return nullptr; \
} \
newData = \
Servo_GetStyle##name_(mSource.AsServoComputedValues()); \
/* perform any remaining main thread work on the struct */ \
Expand Down

0 comments on commit eb16544

Please sign in to comment.