New issue
Advanced search Search tips

Issue 606363 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

WebExceptionCode.h is just a dummy file to hold an interger value

Project Member Reported by sriram...@samsung.com, Apr 25 2016

Issue description

WebExceptionCode.h is a public/web interface for ExceptionCode.h. It is just a wrapper to hold ExceptionCode value which is nothing but an integer value. So can we directly use int and get rid of WebExceptionCode.h file?
 
@haraken, your inputs please
I'd keep WebExceptionCode. We use an integer for ExceptionCode in Blink, but that's an implementation details. I'd prefer not exposing it outside.

Closing it as per haraken's comments
Status: WontFix (was: Untriaged)

Sign in to add a comment