Skip to content

Commit

Permalink
Fix the build for !ENABLE(TIMELAPSE).
Browse files Browse the repository at this point in the history
Closes #424.
  • Loading branch information
Brian J. Burg committed Dec 21, 2013
1 parent e5adfa1 commit 2d0a090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Source/JavaScriptCore/replay/SetRandomSeed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ String SetRandomSeed::toString() const {
return makeString("SetRandomSeed(", String::number(m_randomSeed), ")");
}

#endif // ENABLE(WEB_REPLAY)

} // namespace JSC

#endif // ENABLE(WEB_REPLAY)
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ bool InputCoder<JSC::SetRandomSeed>::decode(DecoderContext& decoder, std::unique
return true;
}

#endif // ENABLE(WEB_REPLAY)
} // namespace WebCore

}; // namespace WebCore
#endif // ENABLE(WEB_REPLAY)

0 comments on commit 2d0a090

Please sign in to comment.