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

Issue 14836014: Fixed linkage for Is template. (Closed)

Created:
7 years, 7 months ago by Sven Panne
Modified:
7 years, 7 months ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Fixed linkage for Is template. With static linkage, clang 3.3 is unhappy about unused functions template <> inline bool Is<JSFunction>(Object* obj) template <> inline bool Is<JSArray>(Object* obj) in any compilation unit apart from acessors.cc. R=mvstanton@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=14657

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/objects.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
7 years, 7 months ago (2013-05-14 07:23:46 UTC) #1
mvstanton
lgtm
7 years, 7 months ago (2013-05-14 10:23:57 UTC) #2
Sven Panne
7 years, 7 months ago (2013-05-14 11:02:27 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r14657 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698