| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 78faea1b3246478cf50ec908c4b5d5caa23b6063..e8cd10208d1e7247bd91ad20934e5ec99632121e 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2010 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -655,7 +655,7 @@ class Parser {
|
| BreakableStatement* LookupBreakTarget(Handle<String> label, bool* ok);
|
| IterationStatement* LookupContinueTarget(Handle<String> label, bool* ok);
|
|
|
| - void RegisterTargetUse(BreakTarget* target, Target* stop);
|
| + void RegisterTargetUse(Label* target, Target* stop);
|
|
|
| // Factory methods.
|
|
|
|
|