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

Issue 336213002: Types for m_maximumAge and m_timeout in PositionOptions class should be changed (Closed)

Created:
6 years, 6 months ago by kihong
Modified:
6 years, 6 months ago
CC:
blink-reviews, mvanouwerkerk+watch_chromium.org, timvolodine
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Types for m_maximumAge and m_timeout in PositionOptions class should be changed Types of m_maximumAge and m_imeout are "unsigned long" but they are "int". Therefore their types should change to "unsigned" for align with others. BUG=368184 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176266

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M Source/modules/geolocation/PositionOptions.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kihong
This patch is for fixing value type mismatching.
6 years, 6 months ago (2014-06-16 11:33:10 UTC) #1
haraken
LGTM
6 years, 6 months ago (2014-06-16 11:56:08 UTC) #2
Michael van Ouwerkerk
lgtm
6 years, 6 months ago (2014-06-16 12:20:24 UTC) #3
kihong
The CQ bit was checked by kihong.kwon@samsung.com
6 years, 6 months ago (2014-06-17 00:27:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kihong.kwon@samsung.com/336213002/1
6 years, 6 months ago (2014-06-17 00:28:14 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-06-17 02:45:48 UTC) #6
Message was sent while issue was closed.
Change committed as 176266

Powered by Google App Engine
This is Rietveld 408576698