ca9c113313
Constants would typically fail to propagate into an argument of a method call in cases where the receiver of the call might be null. Constants can safely propagate across the unsafe method lookup. BUG= R=kmillikin@google.com Review URL: https://codereview.chromium.org//1315333002 .