diff options
Diffstat (limited to 'Source/WebCore/ForwardingHeaders/replay')
4 files changed, 16 insertions, 0 deletions
diff --git a/Source/WebCore/ForwardingHeaders/replay/EmptyInputCursor.h b/Source/WebCore/ForwardingHeaders/replay/EmptyInputCursor.h new file mode 100644 index 000000000..d8a794f43 --- /dev/null +++ b/Source/WebCore/ForwardingHeaders/replay/EmptyInputCursor.h @@ -0,0 +1,4 @@ +#ifndef WebCore_FWD_EmptyInputCursor_h +#define WebCore_FWD_EmptyInputCursor_h +#include <JavaScriptCore/EmptyInputCursor.h> +#endif diff --git a/Source/WebCore/ForwardingHeaders/replay/EncodedValue.h b/Source/WebCore/ForwardingHeaders/replay/EncodedValue.h new file mode 100644 index 000000000..5e7ce636c --- /dev/null +++ b/Source/WebCore/ForwardingHeaders/replay/EncodedValue.h @@ -0,0 +1,4 @@ +#ifndef WebCore_FWD_EncodedValue_h +#define WebCore_FWD_EncodedValue_h +#include <JavaScriptCore/EncodedValue.h> +#endif diff --git a/Source/WebCore/ForwardingHeaders/replay/InputCursor.h b/Source/WebCore/ForwardingHeaders/replay/InputCursor.h new file mode 100644 index 000000000..8c68c3407 --- /dev/null +++ b/Source/WebCore/ForwardingHeaders/replay/InputCursor.h @@ -0,0 +1,4 @@ +#ifndef WebCore_FWD_InputCursor_h +#define WebCore_FWD_InputCursor_h +#include <JavaScriptCore/InputCursor.h> +#endif diff --git a/Source/WebCore/ForwardingHeaders/replay/NondeterministicInput.h b/Source/WebCore/ForwardingHeaders/replay/NondeterministicInput.h new file mode 100644 index 000000000..7becdb721 --- /dev/null +++ b/Source/WebCore/ForwardingHeaders/replay/NondeterministicInput.h @@ -0,0 +1,4 @@ +#ifndef WebCore_FWD_NondeterministicInput_h +#define WebCore_FWD_NondeterministicInput_h +#include <JavaScriptCore/NondeterministicInput.h> +#endif |