 Chromium Code Reviews
 Chromium Code Reviews Issue 403003003:
  Fix build breakage introduced in r38409  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 403003003:
  Fix build breakage introduced in r38409  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: runtime/vm/profiler.cc | 
| diff --git a/runtime/vm/profiler.cc b/runtime/vm/profiler.cc | 
| index 2bed0b0eb89e91b95b9482203eb8148d918b6ccb..5e66e145fb76d2fc4f2989a4dd386ae4dc2d690f 100644 | 
| --- a/runtime/vm/profiler.cc | 
| +++ b/runtime/vm/profiler.cc | 
| @@ -1744,7 +1744,7 @@ class ProfilerNativeStackWalker : public ValueObject { | 
| } | 
| void walk(Heap* heap) { | 
| - const intptr_t kMaxStep = VirtualMemory::PageSize(); | 
| + const uword kMaxStep = VirtualMemory::PageSize(); | 
| sample_->SetAt(0, original_pc_); |