This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27832 - [TreatNonCallableAsNull] is now [TreatNonObjectAsNull]
Summary: [TreatNonCallableAsNull] is now [TreatNonObjectAsNull]
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#event-h...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 16:54 UTC by contributor
Modified: 2015-01-15 23:30 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2015-01-14 16:54:11 UTC
Specification: https://html.spec.whatwg.org/multipage/webappapis.html
Multipage: https://html.spec.whatwg.org/multipage/#event-handler-attributes
Complete: https://html.spec.whatwg.org/#event-handler-attributes
Referrer: https://html.spec.whatwg.org/multipage/workers.html

Comment:
[TreatNonCallableAsNull] is now [TreatNonObjectAsNull]

Posted from: 91.182.16.148 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Comment 1 Ms2ger 2015-01-14 16:54:58 UTC
Need to update workers/interfaces/DedicatedWorkerGlobalScope/onmessage.*
Comment 2 Ian 'Hixie' Hickson 2015-01-15 19:32:03 UTC
I only found three instances. Did I miss some?
Comment 3 contributor 2015-01-15 19:33:39 UTC
Checked in as WHATWG revision r8879.
Check-in comment: Update to match Web IDL
https://html5.org/tools/web-apps-tracker?from=8878&to=8879
Comment 4 Ms2ger 2015-01-15 21:58:32 UTC
(In reply to Ms2ger from comment #1)
> Need to update workers/interfaces/DedicatedWorkerGlobalScope/onmessage.*

https://github.com/w3c/web-platform-tests/pull/1545

(In reply to Ian 'Hixie' Hickson from comment #2)
> I only found three instances. Did I miss some?

I suspect that's them all.
Comment 5 Ian 'Hixie' Hickson 2015-01-15 23:30:50 UTC
Oh I see, you meant comment 1 to be a reference to update a test, where / is a directory separator, not telling me to fix a bunch of things. Got it.