Chromium Code Reviews| Index: src/snapshot/natives.h |
| diff --git a/src/snapshot/natives.h b/src/snapshot/natives.h |
| index 07f6b1aed35727aac733f6ee1b5d1529a80c12a0..e44751537fab49b51d84507b3906279867205f8f 100644 |
| --- a/src/snapshot/natives.h |
| +++ b/src/snapshot/natives.h |
| @@ -44,7 +44,6 @@ class NativesCollection { |
| // The following methods are implemented in natives-common.cc: |
| static FixedArray* GetSourceCache(Heap* heap); |
| - static void UpdateSourceCache(Heap* heap); |
| }; |
| typedef NativesCollection<CORE> Natives; |