Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 11941005: Use new |= operator instead of ^= where it is possible to do so. (Closed)

Created:
7 years, 11 months ago by siva
Modified:
7 years, 11 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use new |= operator instead of ^= where it is possible to do so. Committed: https://code.google.com/p/dart/source/detail?r=17302

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -34 lines) Patch
M runtime/vm/class_finalizer.cc View 10 chunks +12 lines, -12 lines 0 comments Download
M runtime/vm/parser.cc View 8 chunks +9 lines, -9 lines 0 comments Download
M runtime/vm/symbols.cc View 8 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
siva
7 years, 11 months ago (2013-01-18 01:03:34 UTC) #1
srdjan
7 years, 11 months ago (2013-01-18 18:39:34 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698