Backed out changeset 3cf38f4d7395 (bug 1322317) for stylo test failure

This commit is contained in:
Iris Hsiao 2017-02-22 17:31:04 +08:00
parent 688b3f7d84
commit eb16544eaf

View File

@ -692,9 +692,6 @@ private:
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 */ \