| Index: src/func-name-inferrer.cc
|
| diff --git a/src/func-name-inferrer.cc b/src/func-name-inferrer.cc
|
| index c094251fa51081248b465df6c9588ecd7b68c858..ebac4b9bff7a5b04f4711425dfb16760471829e9 100644
|
| --- a/src/func-name-inferrer.cc
|
| +++ b/src/func-name-inferrer.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2009 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:
|
| @@ -29,6 +29,7 @@
|
|
|
| #include "ast.h"
|
| #include "func-name-inferrer.h"
|
| +#include "list-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|