Verified Commit 9eea272c authored by Lee Salzman's avatar Lee Salzman Committed by Pier Angelo Vendrame
Browse files

Bug 1992113. r=aosmond a=RyanVM

parent 28e9f42a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4279,6 +4279,9 @@ inline bool RecordedFilterNodeSetAttribute::PlayEvent(

#define REPLAY_SET_ATTRIBUTE(type, argtype)                      \
  case ARGTYPE_##argtype:                                        \
    if (mPayload.size() < sizeof(type)) {                        \
      return false;                                              \
    }                                                            \
    ReplaySetAttribute(node, mIndex, *(type*)&mPayload.front()); \
    break