~saiarcot895/chromium-browser/chromium-browser.precise.beta

« back to all changes in this revision

Viewing changes to debian/patches/arm.patch

  • Committer: Saikrishna Arcot
  • Date: 2016-02-06 16:04:31 UTC
  • Revision ID: saikrishna@saikrishna-vps-20160206160431-mrpyt5ippsde5786
Tags: 49.0.2623.39-0ubuntu1~ppa1~12.04.1
* New upstream version 49.0.2623.39
* Updated patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
   // 2) Verify the entries are within the appropriate bounds. There's an extra
28
28
   // entry after the last item which gives us the length of the last item.
29
29
   for (size_t i = 0; i < resource_count_ + 1; ++i) {
30
 
+    uint32 t;
 
30
+    uint32_t t;
31
31
     const DataPackEntry* entry = reinterpret_cast<const DataPackEntry*>(
32
32
         mmap_->data() + kHeaderLength + (i * sizeof(DataPackEntry)));
33
33
-    if (entry->file_offset > mmap_->length()) {