| Index: src/scanner-character-streams.h
|
| diff --git a/src/scanner.h b/src/scanner-character-streams.h
|
| similarity index 96%
|
| copy from src/scanner.h
|
| copy to src/scanner-character-streams.h
|
| index 6422ee8cab8ab71868b47f504d37e89fb3a47a4d..5c4ea2ca36d603f6e6d6688dcba223adf301d262 100644
|
| --- a/src/scanner.h
|
| +++ b/src/scanner-character-streams.h
|
| @@ -25,10 +25,10 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#ifndef V8_SCANNER_H_
|
| -#define V8_SCANNER_H_
|
| +#ifndef V8_SCANNER_CHARACTER_STREAMS_H_
|
| +#define V8_SCANNER_CHARACTER_STREAMS_H_
|
|
|
| -#include "scanner-base.h"
|
| +#include "scanner.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -126,4 +126,4 @@ class ExternalTwoByteStringUC16CharacterStream: public UC16CharacterStream {
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_SCANNER_H_
|
| +#endif // V8_SCANNER_CHARACTER_STREAMS_H_
|
|
|