Search:
Login
Preferences
Forgot your password?
Wiki
Timeline
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 157
and
Version 158
of
WebKitIDL
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Aug 28, 2017, 11:40:00 AM (
8 years
ago)
Author:
Konstantin Tokarev
Comment:
JSCustomSetter -> CustomSetter
Legend:
Unmodified
Added
Removed
Modified
WebKitIDL
v157
v158
261
261
{{{
262
262
[Custom] void func();
263
[CustomGetter,
JS
CustomSetter] attribute DOMString str;
263
[CustomGetter,
CustomSetter] attribute DOMString str;
264
264
}}}
265
265