summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/underlying_value_owner.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-16 09:59:13 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-20 10:28:53 +0000
commit6c11fb357ec39bf087b8b632e2b1e375aef1b38b (patch)
treec8315530db18a8ee566521c39ab8a6af4f72bc03 /chromium/third_party/blink/renderer/core/animation/underlying_value_owner.cc
parent3ffaed019d0772e59d6cdb2d0d32fe4834c31f72 (diff)
downloadqtwebengine-chromium-6c11fb357ec39bf087b8b632e2b1e375aef1b38b.tar.gz
BASELINE: Update Chromium to 74.0.3729.159
Change-Id: I8d2497da544c275415aedd94dd25328d555de811 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/underlying_value_owner.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/underlying_value_owner.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/underlying_value_owner.cc b/chromium/third_party/blink/renderer/core/animation/underlying_value_owner.cc
index 9e3b744a123..ccbca95abd0 100644
--- a/chromium/third_party/blink/renderer/core/animation/underlying_value_owner.cc
+++ b/chromium/third_party/blink/renderer/core/animation/underlying_value_owner.cc
@@ -28,8 +28,8 @@ void UnderlyingValueOwner::Set(const InterpolationType& type,
const InterpolationValue& value) {
DCHECK(value);
type_ = &type;
- // By clearing m_valueOwner we will perform a copy before attempting to mutate
- // m_value, thus upholding the const contract for this instance of
+ // By clearing |value_owner_| we will perform a copy before attempting to
+ // mutate |value_|, thus upholding the const contract for this instance of
// interpolationValue.
value_owner_.Clear();
value_ = &value;